David Calvo
David Calvo

Reputation: 93

How to reflect push notifications sent by API on Firebase console

We are using Firebase API (CURL to https://fcm.googleapis.com/fcm/send) to send push notifications to multiple devices by topic but when we send them these are not reflected on the console. We can only see notifications sent by the console.

Thanks in advance!

Upvotes: 1

Views: 854

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 599766

firebaser here

The charts in the Firebase Notifications console only reflect messages sent from that console. It does not count messages sent by the Firebase Cloud Messaging API.

Also see my answer here: Is it possible to get push notification stats like count of deliveries and opens when sending messages through Firebase notification API?

Upvotes: 0

Related Questions