Firebase phone auth with Expo

Is there a way to implement it?

Hey @aruntyagi, I answered you in Slack but wanted to post here for increased visibility in case other Expo users have the same question.

“It is not possible to use Firebase’s phone Auth with a standard Expo project since react-native can’t handle the recaptcha/verifier methods built in to the Firebase Auth web sdk. If you need phone auth, you have the option to detach your Expo project and use the react-native-firebase library that would allow you to use the phone auth functionality.”

Cheers,

Adam

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.