Use the following methods to signin with Otp
auth.sendOTP({
Phone: "+1-xxxxxxxxxx",
});
auth.VerifyOTP({
Phone: "+1-xxxxxxxxxx",
Otp: "xxxxxxx",
})
You should see a user created in users table.
Use the following methods to signin with Otp
auth.sendOTP({
Phone: "+1-xxxxxxxxxx",
});
auth.VerifyOTP({
Phone: "+1-xxxxxxxxxx",
Otp: "xxxxxxx",
})
You should see a user created in users table.