Sidhant Jain
Sidhant Jain

Reputation: 23

Is there a way I can make more than 3 apps per one firebase project visible?

I have a Firebase project that contains many apps, all sharing the same database, users, etc..

My requirement is to use 4 apps for android each. The problem I am facing is that firebase only allows a max of 3 apps per project to be visible at a time.

So my question is, is there a work around this max app limit in firebase?

Thanks!

Refer to this image for more details image

enter image description here

Upvotes: 2

Views: 896

Answers (2)

Doug Stevenson
Doug Stevenson

Reputation: 317437

The message in the screenshot is just telling you how many apps you can display on that screen at one time. It's not a limit to how many apps you can have total. If you try to create another app in this project, I'm sure it will let you do that with no problem. You will still be able to work with all of them.

If you have further problems with the Firebase console, I suggest contacting Firebase support directly.

Upvotes: 3

Sean
Sean

Reputation: 31

Maybe upgrading to the Blaze plan will unlock more?

Upvotes: 0

Related Questions