Track push receive with Firebase analytics
Track push receive with Firebase analytics
We are sending push notification through Firebase to iOS and Android users. Can I track with Firebase analytics the received push on iOS and Android including if the app was not open in the background?
Thanks
1 Answer
1
Yes, following automatically collected events let Firebase collect Notification based events in the Analytics reports.
notification_dismiss
notification_foreground
notification_open
notification_receive
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.