EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

Push Notifications from Intercom are not received #1717

Open madhuriKulkarni26 opened 3 years ago

madhuriKulkarni26 commented 3 years ago

When we have cloud messaging enabled for push notifications from intercom along with the plugin, it fails to receive any. When used without the plugin the FCM push notifications work just fine. This is the firebase.nativescript.json config: { "using_ios": false, "using_android": true, "messaging": true }

The key from FCM is setup for push notifications and following the MESSAGING.md did not solve the issue either. Currently the device ID is not sent or cannot be sent to the intercom with our existing setup. Anyone who has integrated the intercom plugin with firebase and has managed to receive push notifications ?