Skip to content

Commit 98b6afc

Browse files
authored
Update README.md
FIX: react native firevase url in documentation, as the package is updates now
1 parent 6f7dc0d commit 98b6afc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,8 @@ In some case your application can be unreachable :
724724
- when the user kill the application
725725
- when it's in background since a long time (eg: after ~5mn the os will kill all connections).
726726

727-
To be able to wake up your application to display the incoming call, you can use [https://github.com/ianlin/react-native-voip-push-notification](react-native-voip-push-notification) on iOS or BackgroundMessaging from [react-native-firebase](https://rnfirebase.io/docs/v5.x.x/messaging/receiving-messages#4)-(Optional)(Android-only)-Listen-for-FCM-messages-in-the-background).
727+
To be able to wake up your application to display the incoming call, you can use [https://github.com/ianlin/react-native-voip-push-notification](react-native-voip-push-notification) on iOS or BackgroundMessaging from [react-native-
728+
](https://rnfirebase.io/messaging/usage#receiving-messages)-(Optional)(Android-only)-Listen-for-FCM-messages-in-the-background).
728729

729730
You have to send a push to your application, like with Firebase for Android and with a library supporting PushKit pushes for iOS.
730731

0 commit comments

Comments
 (0)