Alj
Alj

Reputation: 1

Firebase console

I'm still new with Firebase cloud messaging.

Whenever I send a push notification to an app, does it get recorded in this table in the firebase console like in the image below?

Cloud messaging notification in Firebase console under category grow

Upvotes: 0

Views: 979

Answers (1)

Doug Stevenson
Doug Stevenson

Reputation: 317828

That only shows notifications that you compose at the console. It doesn't show messages that you send programmatically with the Admin SDK or HTTP API.

Upvotes: 1

Related Questions