EddyVerbruggen / nativescript-plugin-firebase

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

Cloud Messaging delivery report #1817

Open syslao opened 3 years ago

syslao commented 3 years ago

Hello and thank you very much for your work!

I made a small android application with notifications and everything works great (messages arrive in the background and foreground), I want to track the number of notifications delivered. In the firebase developer console, the number of sent messages is displayed, but Received, Impressions, Open count are all zeros

Screenshot from 2021-05-14 01-39-59

firebase docs says Received (available only on Android devices) — The data message or notification message has been received by the app. This data is available when the receiving Android device has FCM SDK 18.0.1 or higher installed.

Perhaps I am missing something in the setup?