Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 378
Gilberg Avatar asked Mar 31 '17 18:03

Gilberg


1 Answers

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.

like image 98
Michael Bleigh Avatar answered Sep 28 '22 00:09

Michael Bleigh