Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Libin Lu committed Jul 11, 2016
2 parents 41078a0 + 281e735 commit 16c1791
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16c1791

Please sign in to comment.