I use the HTTP Web API to send Downstream messages over GCM (recently switch to FCM) as well as Mozilla push.
GCM and FCM got a push authorization key and I assume that Google can clearly identify me as the message sender.
FCM URL (https://fcm.googleapis.com/fcm/send)
The Mozilla push service seems to be anonymous since it does not require any authorization key.
Mozilla (https://updates.push.services.mozilla.com/wpush/v1/)
My implementation does work and push messages are send to Chrome, Firefox and Android.
However, I cannot find any usage Statistics. I looked into the Firebase console as well the Google cloud console. All counters remains zero.
Can I or should I be able to see the usage statics for the Google push service ? Is their something similar Mozilla ?
Thanks for looking into this.
Regards Stefan
There is currently only one way to find the statistics/statuses of the messages sent through GCM/FCM.
From the Cloud Messaging section in the Firebase Console:
It would seem that the Impressions and Opens are still only available for messages sent using the console. But Sends for sure now counts the messages sent using the FCM API.
Reference: https://firebase.googleblog.com/2018/08/in-app-messaging-crashlytics.html
I haven't tried Mozilla Push Service before so I'm unable to comment on that one.