diff --git a/README.md b/README.md index 39c46f065ccfcaabced2696660e2a6b2aa262f58..de9a758dd3939dc25fcfbd4a1e42cedd1de410ad 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ new FIRMessagingPackage(getIntent()), <--add - When app is running in foreground - Both will receive notificaton from `FCMNotificationReceived` event -NOTE: it is recommend not to reply on extra data for click_action as it can be overwritten. check [this](http://stackoverflow.com/questions/33738848/handle-multiple-notifications-with-gcm) +NOTE: it is recommend not to rely on `data` payload for click_action as it can be overwritten. check [this](http://stackoverflow.com/questions/33738848/handle-multiple-notifications-with-gcm) ## Q & A #### My android build is failing