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
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:
Is there a new preferred method to handle email link authentication in Firebase?
Are there any Expo-specific considerations or packages I should be aware of?
Has the Expo team or Firebase team published any migration guides for this specific scenario?
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
-
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