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