angular / angularfire

Angular + Firebase = ❤️
https://firebaseopensource.com/projects/angular/angularfire2
MIT License
7.67k stars 2.19k forks source link

FCM - open notifications do not count #2541

Closed miguelsmuller closed 3 years ago

miguelsmuller commented 4 years ago

Hi Guys,

I implemented FCM on my PWA. It works for receiving messages. I received the message myself. I clicked on the notification and it was not counted by on the dashboard. I believe that other users have also clicked and also not been counted. The open notification number is 0.

do i need to do any more configuration to count the openings?

fcm

jamesdaniels commented 3 years ago

I do not believe Analytics for the web supports FCM delivery reports, I'd suggest opening up a feedback issue with Firebase support.

If there is something that can be done with Google Analytics and FCM on the web, get back at me, as I think it would make a fine addition to AngularFire or the Firebase JS SDK itself.