Price for simultaneous database connection in firebase

半世苍凉 提交于 2020-06-29 04:22:09

问题


document on homepage says only 200,000 per database.

but what is it? how much would they charge me. hen simultaneous connection occurs 100,000? no mention for simultaneous connection on calculator.


回答1:


While there are limits to the number of simultaneous connections that are allowed to each Firebase Realtime Database instance, there is no charge for this number of concurrent connections.

Charges are only based on the amount of data stored, and the amount of data that is downloaded out of the database.



来源:https://stackoverflow.com/questions/62485357/price-for-simultaneous-database-connection-in-firebase

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