Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Many Projects Can I Have in the Spark Version of Firebase?

Tags:

firebase

I'm trying to add a 3rd project but I keep getting this error, "You have exceeded the maximum number of free projects that you can create. Try deleting some projects via Project settings or request a project limit increase."

I have deleted all excess projects via Project settings in hopes of removing this error but it persists. I don't want to request more projects and have to pay.

I thought I could have at least 5 projects in the free, Spark account?

like image 883
Coder828 Avatar asked Jun 21 '16 16:06

Coder828


People also ask

Can you have multiple Firebase projects?

However, when you want to access multiple projects from a single application, you'll need a distinct Firebase application object to reference each one individually. It's up to you to initialize these other instances.

How many projects can I create in Firebase free plan?

In Summary: the Firebase/Google API's projects are Google Cloud Projects behind the scene that limited to 12 projects for the non-billed account and you can request more, so you 12 projects maybe all of them firebase or google API or google cloud or a mix of them but you can't exceed 12 projects in total without ...

Is Firebase Spark plan per project?

All limits and pricing indicated on the Firebase pricing page apply to each separate project. So in your example neither project would be exceeding the limits of its free plan.

Is Firebase Spark plan free forever?

Yes, it FREE. To start any android application , the firebase is free till you reach some threshold value. Till the time all feature are free. The good thing is it has cloud db (relative database) and server environment.


1 Answers

Free accounts are allowed to create up to 10 projects.

Find your projects list here: https://console.developers.google.com

Once you delete a project from your list, it will take 7 days to be completely removed from your account. If you've reached your 10 project maximum, you won't be able to add a new project until after those 7 days.

like image 178
Coder828 Avatar answered Oct 17 '22 20:10

Coder828