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.