Initiates the sign in flow with a phone number via SMS.
The options for the sign in.
The result of the sign in.
const result = await signInWithSms({ phoneNumber: "+14155552671"}); Copy
const result = await signInWithSms({ phoneNumber: "+14155552671"});
Initiates the sign in flow with a phone number via SMS.