Add phone auth to existing email auth user
Hi, I'm trying to add a phone number to an existing email auth user through the auth.update() function, but when I call auth.verifyOTP() I get a message back stating "User not found". This makes sense because I don't call auth.signUp since the user is already signed up via email. Is it actually possible to implement this flow?