1
votes

Is there any way to see number of successfully sent and failed push notifications / messages in Firebase Cloud Messaging (FCM) ? I know I could just use Firebase Notifications but I would then have to use their console to send push notifications which is not practical for my use case.

Google explains how to get access to statistics on andoid on this page. But is there also a way for iOS?

2

2 Answers

0
votes

While not ideal, you can use the Android Developer console to get statistics on your messages sent to iOS. Once you have the message IDs or the device IID tokens.

1
votes

Screenshot