Firebase Simultaneous connections in spark plan

巧了我就是萌 提交于 2019-12-25 03:14:08

问题


If Firebase Simultaneous connections in spark plan is more than 100 will my app work? i want to just read data from firebase not write, will my app work if offline capablities is enabled in my app and simultaneous connections more than 100.

and can i buy flame plan just for one month ?


回答1:


Once your database reaches its maximum number of concurrent connections, the database stops accepting new connections. Users that are already connected will continue to work. Once a user disconnects from the database, it will allow a new user in.

All plans are on a month-to-month basis. You can indeed upgrade to Flame for a single month, and downgrade again the next month.



来源:https://stackoverflow.com/questions/50299797/firebase-simultaneous-connections-in-spark-plan

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