Hi there,
I'm working on implementing user registration via email with verification, and I also want to enable users to log in using SMS verification.
However, I'm encountering an issue where I end up with two different user instances. Even though I'm using the phone field from the authorized user to check for consistency, the problem persists.
The documentation states that this is the sign-in method and not the sign-up but instead of login, I got the new user.
Eventually, I should have a user with a verified phone and email.