Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How often does Firebase phone authentication require verification?

as of May 17, digits.com released a statement:

http://get.digits.com/blog/introducing-firebase-phone-authentication

Stating that digits.com auth becomes obsolete and firebase takes over.

Firebase description is other here: https://firebase.google.com/pricing/

They state that up to 10k phone authentifications / month will be free of charge.

Does anyone know if by single phone auth they mean an exact act of sending SMS or performing a phone call?

Can it be that simple token refresh (after 24hours) will also be considered an phone auth request?

Also, does that 10k requests also include already authenticated users or just new authetification actions that month?

Thanks!

like image 899
Antanas Masevičius Avatar asked May 26 '17 15:05

Antanas Masevičius


1 Answers

firebaser here

The 10K quota is for phone number verifications, not for authentication requests.

Token refresh on Firebase Authentication happens hourly. But this does not require re-verification of the phone number. The only time re-verification is needed is if your code explicitly signs the user out, or in some uncommon circumstances when the account needs to be reverified.

like image 200
Frank van Puffelen Avatar answered Sep 29 '22 06:09

Frank van Puffelen