Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Authentication limit

I'm developing an Android application and I'm using Firebase Authentication to let the user sign in using Google account in my Android application. Does the Firebase Authentication get limit of how many users can log in? Are there any restrictions on how many users can log in at one time? Thanks in advance!

like image 564
Wan Avatar asked Apr 19 '17 02:04

Wan


1 Answers

If you are just concerned about the authentication, excluding phone authentication. Then here is the answer from the Firebase Pricing FAQ

all Authentication features beyond phone authentication are free.

Here is the full statement:

Which products are paid? Which are free?

Firebase's paid infrastructure products are the Realtime Database, Storage, functions, Hosting, Test Lab, and phone authentication. We offer a free tier for all of these features.

Firebase also has many free products: Analytics, Cloud Messaging, the Notifications composer, Remote Config, App Indexing, Dynamic Links, Invites, and Crash Reporting. You can use an unlimited amount of any of these products in all plans, including our free Spark plan. In addition, all Authentication features beyond phone authentication are free.

like image 198
Jo E. Avatar answered Sep 28 '22 08:09

Jo E.