Hi Firebase Team,
I am using cloud firebase messaging, i found below behaviour. Please help me the possible solutions.
1) When i send push messages using Firebase console , i am able to see the analytics like sent, opens etc on Console dashboard.
2) The console dashboard is not messages When i send the push messages from NodeJS server environment using Admin.messaging() SDKs. I am using Admin.messaging().sendToDevice() and sendToTopic().The app is able to receive the messages sent from Admin SDK but not able to see them on firebase console dashboard.
How can i see those messages on console dashboard and see the analytics for each message?
Please advise.