Is it possible to create a new Firebase project by API?

不问归期 提交于 2019-11-26 07:47:09

问题


Is it possible to create new hosting projects by API, or another non-interactive method on Google Firebase?

I already tried Firebase tools with a token, but it says that it is only possible to create a new project on Firebase Console.

Some context: My project allows users to create static websites online and we are searching for solutions to host these sites. Firebase would be a great solution, but only if I could integrate the user\'s new project into my system, with Firebase projects.


回答1:


Updated (2018-11-07)

It is now possible to create with the Firebase Management API. Through this same API you can get a list of projects, add an app to an existing project, and list the apps in a project.



来源:https://stackoverflow.com/questions/37797334/is-it-possible-to-create-a-new-firebase-project-by-api

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