rn firebase phone auth with expo router #7686
Unanswered
karol-bisztyga
asked this question in
Q&A
Replies: 1 comment
-
Hey! Can you please share your code? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I'm using expo router and rn firebase authentication via phone number.
When I launch
await auth().signInWithPhoneNumber(phoneNumber)
, it opens Google's verification (captcha), and when I pass the test, it navigates back to the app. The problem is, it doesn't go to the view that opened the captcha, instead, it navigates tofirebaseauth/link
.I would prefer it to go back to the route where it was called. Do I do something wrong or am I missing something?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions