EddyVerbruggen / nativescript-plugin-firebase

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

Notification is not shown in the tray when app is terminated #302

Open manishmlv50 opened 7 years ago

manishmlv50 commented 7 years ago

I am facing the same issue. I receive the notification and the addOnMessageReceivedCallback() is called. But when the app is terminated. No notification is received by the device. Also, onPushTokenReceivedCallback() is never called when firebase is initiated. I have checked that the two services are added in AndroidManifest.xml and even firebase messaging is uncommented in the include.gradle

Please help?

Nikoms commented 7 years ago

Linked to https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/253 ?