Skip to content

Commit 0ffc313

Browse files
committed
fix(messaging): use raw link for docs
1 parent cd3a2f2 commit 0ffc313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase-messaging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ If you want to use a specific icon for the push notification, it has to be confi
500500
#### Enable push support in Xcode
501501
502502
Open /platforms/ios/yourproject.**xcworkspace** (!) and go to your project's target and head over to "Capabilities" to switch this on (if it isn't already):
503-
![push-xcode-config](assets/images/push-xcode-config.png 'Push Xcode config')
503+
![push-xcode-config](https://raw.githubusercontent.com/NativeScript/firebase/main/packages/firebase-messaging/assets/images/push-xcode-config.png)
504504
505505
> Without this enabled you will receive push messages in the foreground, but **NOT in the background** / when the app is killed.
506506

0 commit comments

Comments
 (0)