Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to track FCM push notifications send form server side or Rest Client? [duplicate]

Is it possible to track push notification from firebase console which is send from server-side or Rest client.

like image 698
Biswanath Maity Avatar asked Oct 18 '22 10:10

Biswanath Maity


1 Answers

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.

like image 59
AL. Avatar answered Oct 21 '22 04:10

AL.