0

We send notification message via HTTP API and I can see notification_receive report with Firebase console. Then I follow this guide. Linked our Firebase account with our Google Developer account.

I can see the registration data, but no push messages data. How can I track the message status with Firebase Analytics or Google Play Developer console? Is there anyone that has the same situation?

Registration data:

registration data

[no messages data][3]

update---------------- when i send notification via http api and i get logs from device below:

D/FirebaseMessaging: Showing notification

and when i send notification via firebase console then i get logs from my device below:

D/FirebaseMessaging: Sending event=_nr params=Bundle[{_ndt=0, _nmt=1484297461, _nmid=2296940352941409747}]

D/FirebaseMessaging: Showing notification

i want to know than can i add some parameter to api for my device sending events ? i try to find the difference between the tow ways from firebase source, but it is not open source

Community
  • 1
  • 1
charlee
  • 1
  • 2
  • Hi. Is your app already published? – AL. Jan 13 '17 at 07:50
  • yes,and we have 300 million persons to register,and i can see the report from upon image i upload – charlee Jan 13 '17 at 08:39
  • hi,@AL.do you know how to send notification via api and get the notification_receive report like sending notification via firebase console? – charlee Jan 13 '17 at 08:41
  • 1
    Analytics for FCM is only available via the console right now. If you want to register events for notifications that you send from the HTTP API then you will have to register those yourself. – Arthur Thompson Jan 13 '17 at 17:14

0 Answers0