Is it possible to get push notification stats like count of deliveries and opens when sending messages through Firebase notification API?

后端 未结 3 1956
春和景丽
春和景丽 2021-01-16 10:01

We are about to switch to Firebase notifiaction API from Parse.com (that are retiring their service in jan 2017) to send push notification to our android and iOS Apps.

3条回答
  •  感动是毒
    2021-01-16 10:48

    When you send notifications from the Firebase Notifications console, you get statistics about how many people received and opened the messages. But there is no API (yet) for Firebase Notifications.

    If you're using the Firebase Cloud Messaging API (https://fcm.googleapis.com/fcm/send), the message statistics don't show up in the Firebase Notifications console. You can (as AL. says) get delivery statistics in the Google Play Developer Console in that case.

提交回复
热议问题