nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
258 stars 64 forks source link

Firebase smartphone auth. #42

Open kleysonr opened 2 years ago

kleysonr commented 2 years ago

Is it possible to implement methods needed to authenticate against smartphone (mobile number) instead of email/password ?

Looks like there are endpoints for smartphone: https://cloud.google.com/identity-platform/docs/reference/rest/v1/accounts

Best Regards.