Plugin Author
Murali
(@murali-indiacitys)
Using google analytics we can track notification sent via notification composer inside firebase admin console (in firebase website), it cannot track notifications sent using apis.
To track notifications sent from external interfaces which are using Firebase apis, we need to use BigQuery. Please refer below Firebase website help link
I am also analysing to create a separate interface in the plugin admin to show Firebase messaging tracking based on BigQuery. I will try to integrate BigQuery related interface in the plugin to track Firebase messaging delivery.
https://firebase.google.com/docs/analytics
To link Firebase with BigQuery
- Open your project in Firebase console
- Select project settings
- Go integration tab and enable BigQuery by clicking on that card and it will take 48 hours for Firebase to export data.
- After clicking on BigQuery card , it will show list of options to export data, scroll down to Cloud messaging to export Firebase messaging data and select appropriate app, so that it will export only selected app data to BigQuery.