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
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.
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
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?