Unable to create new project in Firebase console

While I am creating a project in the Firebase console, I get the error message "You have exceeded the maximum number of free Google projects that you can create. Try deleting unused projects in the Google API console or requesting an increase in the project limit."

I deleted unused projects from the Firebase console, now I have only 2 projects in the Firebase console, but so far it shows an error.

Is there any limit to creating a project in Firebase?

+7
firebase firebase-console
source share
2 answers

Firebase projects are tied to the Google Cloud Service Project. Deleting a firebase project will not automatically delete the Google Cloud Service project. If you want to delete other unused Google Cloud Service projects, go to https://console.cloud.google.com . There, it will allow you to delete Google Cloud Service projects. Hope this helps!

+3
source share

There is a limit due to the number of Google cloud platform projects in your account.
Usually you can create about 10 projects, if you want to create more, a pop-up window will appear, and you can apply for other projects using the pop-up link.

0
source share

All Articles