Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function signInWithVerificationId only link to the current user on Android #107

Open
JulesLagadic opened this issue Oct 13, 2020 · 0 comments

Comments

@JulesLagadic
Copy link

I try to link the phone number to an existing user account. Everything works perfectly (SMS code received, verificationId received) but the function signInWithVerificationId seems to be different on iOS and Android :

  • On Android, if there is a current user, the user is updated with the phone number otherwise a new user is created
  • On iOS, a new user is always created, even if there is already a user connected

Is it possible to add the same condition on iOS than Android to get a consistent behavior ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant