How to setup a duplicate project in firebase? [duplicate]

谁说我不能喝 提交于 2021-01-27 11:57:29

问题


I would like to create a duplicate project in firebase so that I dont have to go through the hassle of adding the firebase functions and notifications etc. If I could I would just delete all auth users so that its ready for the actual app but I am unable to do that.

So How can I set up a duplicate project but without all the authenticated test users?


回答1:


There is currently no simple way to duplicate a project. The best you can do is use the management API and the Firebase Admin SDK and Firebase CLI to script the provisioning and setup of the products you use.



来源:https://stackoverflow.com/questions/57640419/how-to-setup-a-duplicate-project-in-firebase

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