Replace Phone Auth with Email Link Auth #7260
-
Hey there ! We are migrating users from phone to emailLink auth. At the moment for existing users we are able to create another auth instance (user) on firebase if we do the We are aware of the Was wondering what is the best way to do this? What we thought was to first update the email, with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We went for a firebaseAdmin function on our server to |
Beta Was this translation helpful? Give feedback.
We went for a firebaseAdmin function on our server to
updateEmail
and then login in normally.