From 04a3de85768e26e40a5fea59c5a4b9aaa7de034a Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Sat, 24 Sep 2016 23:26:36 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1919fb..3b9d2e8 100644 --- a/README.md +++ b/README.md @@ -347,8 +347,8 @@ Yes there are `react-native-push-notification` and `react-native-system-notifica #### My Android build is failing Try update your SDK and google play service -#### My Android doesn't work -There seems to be link issue with rnpm somethings. Make sure that there is `new FIRMessagingPackage(),` in your `Application.java` file +#### My App throws FCM function undefined error +There seems to be link issue with rnpm. Make sure that there is `new FIRMessagingPackage(),` in your `Application.java` file #### I can't get notification when app is killed If you send notification with `data` only, you can only get the data message when app is in foreground or background. Killed app doesn't trigger `FCMNotificationReceived`. Use `notification` in the payload instead. -- 2.26.2