How can I programmatically create a Firebase project? [duplicate]

白昼怎懂夜的黑 提交于 2019-12-10 16:06:50

问题


Is it possible to create a Firebase project in my account without having to do it through the console? Can I do it with an API? I didn't see anything about it in the docs.

I want to use Firebase for my SaaS project, but I use Firebase for authentication. I don't want to keep all the users in one project.


回答1:


This is not currently possible. I'd encourage you to file a feature request with a detailed use case.

For what it's worth, it most likely will never be possible to spin up a project for each customer of a SaaS product (unless customers are in the 10s).

The Firebase Management API launched at the Firebase Developer Summit in October 2018, and can be used to (among other things) create Firease projects by adding Firebase to existing Google Cloud Platform projects.



来源:https://stackoverflow.com/questions/43147647/how-can-i-programmatically-create-a-firebase-project

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