diff --git a/README.md b/README.md index 590e4340110da9f355a96dc1e4dd6732c568ae13..3bb7a7411d5fe2ab2cde80da2072430478f1f686 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,7 @@ In [firebase console](https://console.firebase.google.com/), you can get `google ``` ### Behaviour when sending `notification` and `data` payload through GCM -- When app is not running when user clicks notification, notification data will be passed into - - `FCM.initialAction`(contains `click_action` in notification payload - - `FCM.initialData` (contains `data` payload if you send together with notification) +- When app is not running when user clicks notification, notification data will be passed into `FCM.initialData` - When app is running in background (the tricky one, I strongly suggest you try it out yourself) - IOS will receive notificaton from `FCMNotificationReceived` event