You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On react-native-firebase I am trying to implement passwordless authentication using a sign-in link sent to the users email, however when react-native tries to authenticate using the sign-in link, I receive an error that I am unable to action.
Email is collected successfully from front end
Verification link is generated successfully using admin.auth().generateSignInWithEmailLink
Email content is created and sent to the email successfully
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
On
react-native-firebase
I am trying to implement passwordless authentication using a sign-in link sent to the users email, however when react-native tries to authenticate using the sign-in link, I receive an error that I am unable to action.admin.auth().generateSignInWithEmailLink
auth().signInWithEmailLink(email, emailLink)
fails.Email link called with
signInWithEmailLink
:Error:
I've tried researching the error
auth/network-request-failed
alongside the function callsignInWithEmailLink
.I've also tried launching the mobile app on a physical device with the same result.
Versions:
Beta Was this translation helpful? Give feedback.
All reactions