From 98b6afc04c9a303cabf427817bee2f3a80042ca8 Mon Sep 17 00:00:00 2001 From: Rinor Dreshaj <10086015+RinorDreshaj@users.noreply.github.com> Date: Fri, 30 Oct 2020 15:34:18 +0100 Subject: [PATCH 1/2] Update README.md FIX: react native firevase url in documentation, as the package is updates now --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac892673..a92226cf 100644 --- a/README.md +++ b/README.md @@ -724,7 +724,8 @@ In some case your application can be unreachable : - when the user kill the application - when it's in background since a long time (eg: after ~5mn the os will kill all connections). -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). +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- +](https://rnfirebase.io/messaging/usage#receiving-messages)-(Optional)(Android-only)-Listen-for-FCM-messages-in-the-background). You have to send a push to your application, like with Firebase for Android and with a library supporting PushKit pushes for iOS. From 879371860b70c859a084cfec9da8adf97ab3b4d0 Mon Sep 17 00:00:00 2001 From: Rinor Dreshaj <10086015+RinorDreshaj@users.noreply.github.com> Date: Fri, 30 Oct 2020 15:35:50 +0100 Subject: [PATCH 2/2] Update README.md FIX: correct name of the link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a92226cf..459a7a42 100644 --- a/README.md +++ b/README.md @@ -724,8 +724,7 @@ In some case your application can be unreachable : - when the user kill the application - when it's in background since a long time (eg: after ~5mn the os will kill all connections). -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- -](https://rnfirebase.io/messaging/usage#receiving-messages)-(Optional)(Android-only)-Listen-for-FCM-messages-in-the-background). +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/messaging/usage#receiving-messages)-(Optional)(Android-only)-Listen-for-FCM-messages-in-the-background). You have to send a push to your application, like with Firebase for Android and with a library supporting PushKit pushes for iOS.