ThisIsRudigo / firebaseauth

Firebase authentication library - a node js wrapper around the Firebase REST API
42 stars 8 forks source link

Login with Mobile Number #22

Open lazzyms opened 5 years ago

lazzyms commented 5 years ago

I looked up to this wrapper for firebase auth. Great work, but missing Login with Mobile Number and One Time Password.

Here's the link for Web.

Simply, making an api for sending OTP and verifying OTP with firebase functions but it needs a recaptcha to verify. It's easy to get recaptcha from web but How do you propose to do it in Andriod/iOS with the wrapper?

PS: Do not want to use firebase android sdk.