I thought after firebase version 3.0.0
phone Auth would be integrated. However, I keep getting the error that firebase.auth().verifyPhoneNumber()
is not a function (Node.js). I am currently working with react native, which means I am using the web API. Does anyone know how to proceed from here?
- "firebase": "^4.8.0",
EDIT: I am implementing facebook, google and email as sign-in methods. My app however, requires that the users verifies his/ her phone number. All I see in the docs is how to signIn via SMS but no verification.
Thanks in advance!