{ "notification": { "title": "Notification Title", "body": "Notification Body", "click_action" : "http://example.com" }, "to" : "<INSTANCE_ID_TOKEN>" }
This will never trigger on "push" event in the service worker if your app is in background.
See this:
https://github.com/firebase/quickstart-js/issues/71
{ "notification": { "title": "Notification Title", "body": "Notification Body", "click_action" : "http://example.com" }, "to" : "<INSTANCE_ID_TOKEN>" }
This will never trigger on "push" event in the service worker if your app is in background. See this: https://github.com/firebase/quickstart-js/issues/71