Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Quota Number Of Mobile Apps

Tags:

firebase

I added a new app to a firebase project. I have 66 apps already (33 android, 33 ios). The error i get when I hit add app is "An unexpected error has occured. [Reason: Resource has been exhausted (e.g. check quota).]"

According to their docs here: https://firebase.google.com/docs/projects/learn-more

Number of apps per project

While there is no restriction on the number of apps within a project, adding an app can create one or more underlying OAuth 2.0 client IDs. There is a limit of around 30 client IDs that can be created within a single project.

Interestingly, someone else got a similar error: Firebase project max number of apps, but in this case it tells them that their oauth has maxed out. I don't get that particular error.

How do I add a new app, or view client IDS, or can I use the same oauths? I need to be able to add a new app to this project.

like image 707
Viking Mann Avatar asked Dec 13 '22 10:12

Viking Mann


1 Answers

In case anyone is wondering, removing the apps from the Firebase console doesn't automatically remove the OAuth Client IDs, hence it will not free up the quota. They need to be manually removed from Google Cloud Console

like image 76
mblcdr Avatar answered Jan 07 '23 22:01

mblcdr