25
votes

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
did you succeed? Firebase now allows you to add itself to a GCP project, but it has a small limit on the number of projects - dowi

1 Answers

26
votes

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.