firebase_phone_auth_handler icon indicating copy to clipboard operation
firebase_phone_auth_handler copied to clipboard

Can we disable auto login success when receiving SMS code on android devices

Open minhkimlong opened this issue 1 year ago • 1 comments

  • I navigate to verify phone screen with my phone number. But after receiving sms code auto login on android devices

minhkimlong avatar Mar 18 '24 20:03 minhkimlong

Hey @minhkimlong, you can use theautoVerified boolean in the onLoginSuccess callback to check if the otp was auto verified.

rithik-dev avatar Oct 06 '24 21:10 rithik-dev