You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since signInWithPhoneNumber already passes the verificationId to JS-land, it would be nice to have an alternate validation function such as _confirmVerificationCodeWithId so that this lib would not have to worry about managing that part of the life cycle.
I can submit a PR for Android part, and I could half-ass it for iOS, but I figured it would be better to ask.
Issue
When using firebase phone authentication, the app can lose a
verificationId
in between calls tosignInWithPhoneNumber
and_confirmVerificationCode
.This is touched upon in this comment.
Since
signInWithPhoneNumber
already passes theverificationId
to JS-land, it would be nice to have an alternate validation function such as_confirmVerificationCodeWithId
so that this lib would not have to worry about managing that part of the life cycle.I can submit a PR for Android part, and I could half-ass it for iOS, but I figured it would be better to ask.
Environment
The text was updated successfully, but these errors were encountered: