'Firebase Quota Number Of Mobile Apps

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.



Solution 1:[1]

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

Solution 2:[2]

If you are using same SHA-1 fingerprint in multiple projects ,then delete it in any of projects added.

In my case I have only 6 apps added in one project and i was getting same error when i try to add new app with same SHA-1.

Solution 3:[3]

deleting unused apps from firebase project did not work for me. Also deleted unused "OAuth clients" from the "OAuth 2.0 Client IDs" section at the link below removed that caution.

https://console.cloud.google.com/apis/credentials

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 mblcdr
Solution 2 Raj Kumar
Solution 3 alperkilickaya