I am using firebase-admin SDK to send the message to devices. The device can receive the message. I go to the firebase console to see the report of these messages, but I can not see any information about the message that I just sent. So Am I missing some configuration on firebase or missing some code when I send a message to a device?
Asked
Active
Viewed 323 times
4

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

Cuong Nguyen Manh
- 41
- 1
-
I think the UI only shows the messages sent via the UI. Messages sent from the SDK/APIs do not appear in the console. – Hiranya Jayathilaka Apr 19 '19 at 16:58
-
do you know how to get notification reports or statistics if we use firebase-admin SDK? – ishadif Sep 18 '19 at 09:47
-
Got any solution around this ? – Ankit Adlakha Jul 02 '20 at 21:57