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 see statistics. I would like to know if my account is within limits once I go live with this update. I see that there are some statistics on Google play, but my app is not on Google play.
What are the exact limits for Firebase messages and how does it work?
-Simultaneous connections - 100 (if there are more, the messages will not be sent?) - the connections seem to close fast on Android
-GB stored 1 GB - in case the message is not sent?
-GB downloaded 10 GB/month
The message is just a 2words text so I do not think I could reach 1GB
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
GB stored 1 GB and 10GB downloaded per month
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.