Skip to content

RNFB Phone Auth setup in Expo #5787

Answered by barthap
charles-goode asked this question in Q&A
Discussion options

You must be logged in to vote

Update:
React Native Firebase 16.4.0 now has built-in Expo config plugin for Phone Auth (by #6645) - see the configuration instruction


Old answer:
I have no experience with phone auth nor expo-firebase-recaptcha, but after taking a quick look at its source code I see that it used WebView and Firebase web API.

Regarding the error - it means the URI scheme is not configured. As far as I know, there's a command to add a scheme to an expo project without opening Xcode:

npx uri-scheme <your scheme here>

It should be run when android/ios directories are already generated, so after running expo prebuild. A documentation for this command is here.

I'm afraid I'm not able to help much more atm.

E…

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@charles-goode
Comment options

@charles-goode
Comment options

@barthap
Comment options

@mikehardy
Comment options

@sirusbaladi
Comment options

Answer selected by andersonaddo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants