Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase account creation limit

In Firebase Authentication Limits it states that new account creation limit is 100 accounts/IP address/hour. I could not find any further explanation on this, i.e. what happens if the limit is exceeded, because it is very likely that there might be more than 100 new user creation after the launch of the app or a successful marketing campaign.

It states that "You can schedule a temporary increase to the account creation limit in the Firebase console."
Is that a paid service? How much does it cost? How long is temporary? How often can it be scheduled?

like image 311
Mantoska Avatar asked Sep 07 '18 17:09

Mantoska


People also ask

Can Firebase handle 10 million users?

The limit you're referring to is the limit for the number of concurrently connected users to Firebase Realtime Database on the free Spark plan. Once you upgrade to a payment plan, your project will allow 200,000 simultaneously connected users.

Does Firebase have a limit?

a 256 KB limit on the size of the ruleset text source published from the Firebase console or from the CLI using firebase deploy . a 250 KB limit on the size of the compiled ruleset that results when Firebase processes the source and makes it active on the back-end.

Is Firebase free for lifetime?

Firebase offers a no-cost tier pricing plan for all its products. For some products, usage continues at no cost no matter your level of use. For other products, if you need high levels of use, you'll need to switch your project to a paid-tier pricing plan.

How many free projects can I create on Firebase?

A Firebase project is a container for Firebase Apps across Apple, Android, and web. Firebase restricts the total number of Firebase Apps within a Firebase project to 30.

Can normal users create an account with Firebase authentication?

Normal users should not be able to create an account, only admins. Is there any reasonable way to do this with firebase authentication? Problem is, there isn't any kind of authentication rules.

Can I increase the amount of items I can store in Firebase?

You cannot increase these limits by upgrading to the Flame or Blaze pricing plans. The limits are the same for all Firebase projects. Can I archive items if I'm close to the limit? Automatically collected events such as first_open and in_app_purchase do not count toward the limit.

Does the App Engine limit apply to other Firebase products?

The App Engine limit does not apply to any other Firebase products. Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies.

How do I monitor my Firebase usage?

Monitor your usage. To monitor your Cloud Firestore usage, open the Cloud Firestore Usage tab in the Firebase Console. Use the dashboard to gauge your usage over different time periods. Note: As a result of how the dashboard computes usage, the numbers reported can differ slightly from billing reports.


2 Answers

To add to the Frank van Puffelen's answer, this is easily customizable via the Firebase console: Authentication tab -> Manage sign-up quota (at the very bottom) to get this:

enter image description here

like image 122
Mantoska Avatar answered Oct 03 '22 09:10

Mantoska


The IP limit is in place to protect your project against abuse. Setting a temporary increase is available to all Firebase projects, free or paid.

I don't think there is any documented limit to how often you can increase this, although that too is monitored for abuse.

like image 37
Frank van Puffelen Avatar answered Oct 03 '22 11:10

Frank van Puffelen