Firebase databases replication

北城余情 提交于 2020-01-11 10:10:47

问题


I need a data from one Firebase project's database in 2 iOS apps (with different bundle names). So, the question is:

Is it possible to configure replication between 2 different Firebase project's databases? Or is it possible to use 1 Firebase project (1 database) for 2 ios apps?


回答1:


There is no built-in feature to replicate Firebase Databases.

I'm not aware of any tools that replicate between two Firebase Databases. The closest is probably making a backup from one database and restore to another, but it'll be a parent/child setup.

Yes, multiple iOS apps can talk to the same Firebase Database. Just click to add another app on your project's Firebase Console.



来源:https://stackoverflow.com/questions/38446883/firebase-databases-replication

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