radioaktiv
radioaktiv

Reputation: 2539

Firebase project max number of apps

I have created a project in the Firebase console where I have added 33 apps (Android and iOS). When I try to add the 34 I am getting the following error message:

enter image description here

The problem is that I don't really want to cleanup or delete any of the existing apps / OAuth 2.0 clients since I need them.

So how can I increase that quota of 33 apps per projects ? Right now I am using the free tier of Firebase. Would the quota change if I upgrade to some of the premium subscriptions ?

Upvotes: 3

Views: 6030

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 598775

There is indeed a quota on how many apps can be created in a project. The exact number depends on multiple factors, but it typically is in the lower 30s.

The quota cannot be changed, nor is it increased for paid projects.

Upvotes: 5

Related Questions