本文介绍了Firebase - 可以创建多少个数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Firebase中可以创建的数据库数量是有限制的。每个数据库都有它自己的登录和安全证书来保持数据的分离。 https://xyz_customer_one.firebaseio.com
https://xyz_customer_two.firebaseio.com
https://xyz_customer_three.firebaseio.com
。 。 。
https://xyz_customer_ONE_MILLION.firebaseio.com
解决方案
Is there a limit to the number of databases that could be created in Firebase. Each database would have it's own login and security credentials to keep the data separate.
https://xyz_customer_one.firebaseio.com
https://xyz_customer_two.firebaseio.com
https://xyz_customer_three.firebaseio.com
. . .
https://xyz_customer_ONE_MILLION.firebaseio.com
解决方案
You can have up to 10 Firebases on the free plan. There is no limit on the number of paid Firebases.
这篇关于Firebase - 可以创建多少个数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!