nativescript-plugin-firebase icon indicating copy to clipboard operation
nativescript-plugin-firebase copied to clipboard

Cloud Messaging delivery report

Open syslao opened this issue 4 years ago • 0 comments

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?

syslao avatar May 13 '21 22:05 syslao