Android Question Statistics firebase notification

fishwolf

Well-Known Member
Licensed User
Longtime User
Is it possible get some statistics for firebase notification sended with api?

number of messagges sended, ecc,ecc

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
You need to check Firebase Documentation about this.
You may find something in the REST-Documentation.
The FirebaseNotification itself does not provide any features like this.

On the other side:
YOU are sending all the messages; you or your server code. It should be trivial to create statistics on all you send. You have 100% Control.
 
Upvote 0

fishwolf

Well-Known Member
Licensed User
Longtime User
You need to check Firebase Documentation about this.
You may find something in the REST-Documentation.
The FirebaseNotification itself does not provide any features like this.

On the other side:
YOU are sending all the messages; you or your server code. It should be trivial to create statistics on all you send. You have 100% Control.
I used the topics, i don't know the number of devices for topics.
 
Upvote 0
Top