Is it possible to track push notification from firebase console which is send from server-side or Rest client.
Asked
Active
Viewed 2,133 times
5

Frank van Puffelen
- 565,676
- 79
- 828
- 807

Biswanath Maity
- 171
- 1
- 4
- 19
-
1Relevant: https://stackoverflow.com/questions/39386727/how-to-check-statistics-for-messages-sent-to-topics-via-fcm?rq=1 , Q: https://stackoverflow.com/questions/38328341/notifications-tracking-when-using-fcm?rq=1 – Mani Jun 22 '17 at 10:46
-
You can pass an ID with your notification and make sure your application receiving notification it send the information back to you, that way you will know if it arrived to its destination device. – KgaboL Jun 22 '17 at 10:48
1 Answers
3
See duplicate post.
No. Currently, only messages sent through the Firebase Notifications Console are visible in the console. Messages sent through the API could be tracked in the Diagnostics Tool, keeping in mind that this doesn't include messages sent to topics.

AL.
- 36,815
- 10
- 142
- 281