Replies: 1 comment 2 replies
-
I think the React Native Firebase SDK needs to be updated to support Somethink like this
https://firebase.google.com/docs/auth/web/email-link-auth EDIT: or maybe we need to run the admin change command, and it will work magically? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using Firebase Authentication's sendSignInLinkToEmail method in my Expo React Native application like this:
I've learned that Firebase Dynamic Links, which powers the email sign-in link functionality, will be discontinued. What's the recommended approach to migrate away from this method in an Expo React Native app?
Specifically:
My project uses:
Any guidance would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions