Firebase Statistics
I have an Android Application that is not on Google play. I have implemented Firebase to send messages from my server to the app. It works well but on the Firebase console I do not
Solution 1:
Actually you can see the details of downloaded and stored data on Firebase under Usage tab.
Simultaneous connections = 100 (if there are more, the messages will not be sent?) - the connections seem to close fast on Android
Firebase Cloud Messaging has no limits for connections or usage. It's absolutely free
GB stored 1 GB and 10GB downloaded per month
This limit is for Firebase Database. FCM has no limits.
Solution 2:
If you mean Firebase Cloud Messaging, I've already ask firebase support, and there is no limit.
It's absolutely free and unlimited.
The limit that you mention in you question is for firebase realtime database.
Post a Comment for "Firebase Statistics"