Firebase Spark Plan Cloud Messaging Limits [duplicate]

一世执手 提交于 2020-01-24 21:22:21

问题


I am trying to implement Firebase messaging service in my Application. The only use I make of firebase is to send data from my own created Web services and on the Android App side to receive these messages.

I don't use any other feature at all. I store the device token IDs on my own Database.

Suppose a million users have installed the App. Will there be any disruptions arising? I can't quite make out what the number of simultaneous connections means on the Pricing page. I am using the SPARK Plan.


回答1:


The simultaneous connections referred to in the Pricings Page is for Firebase Realtime Database.

Firebase Cloud Messaging is a Free Service (also see my answer here).



来源:https://stackoverflow.com/questions/44798990/firebase-spark-plan-cloud-messaging-limits

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!