Replies: 3 comments 28 replies
-
Thank you! |
Beta Was this translation helpful? Give feedback.
26 replies
-
@robingenz hey hey, quick question. We currently have it so SMS logs in on both the native + web layer, which works great when a user enters the verification code manually, but we've run into an edge case where on android it could possibly get auto verified. is it possible to use the following event handler + login on the web layer. FirebaseAuthentication.addListener('phoneVerificationCompleted', (e) => {
// login on the web layer here
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently switched to this awesome plugin.
I would like to know if it's possible that android auto-logins with phone authentication without users needing to enter the received sms code. Does this work?
Beta Was this translation helpful? Give feedback.
All reactions