I have created notification web app that can send GCM notification to android devices, now I want to track and show the statistic of sent notification like one display in firebase notification window Firebase Notification Console
Asked
Active
Viewed 563 times
0
-
Possible duplicate of [How to track FCM push notifications send form server side or Rest Client?](https://stackoverflow.com/questions/44697015/how-to-track-fcm-push-notifications-send-form-server-side-or-rest-client) – AL. Jun 28 '17 at 14:45
-
@AL. I wasn't sure if this is a dupe, since it seems more about reading the graphs from the notifications console. – Frank van Puffelen Jun 28 '17 at 16:49
-
@FrankvanPuffelen Hi Puf. :) I see. I thought the OP was referring to the graph as a referrence to what he wanted to show based on the statistics from the messages sent through REST. It's similar that way si I figured I'd dup it. – AL. Jun 29 '17 at 00:48
1 Answers
1
firebaser here
There is no public API for accessing the statistics from the Notifications panel in the Firebase console.

Frank van Puffelen
- 565,676
- 79
- 828
- 807
-
-
You could do something similar to what Firebase does under the hood: write an analytics event when the user sees/clicks the notification. – Frank van Puffelen Jun 28 '17 at 16:49
-