Replies: 1 comment 1 reply
-
Sing out |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to verify phone with Firebase.
The first verification (the first
verifyPhoneNumberFirebase
call was okay (open the captcha, did not verify but press back, still go tocodeSent
, don't know why).But the second verification (the second
verifyPhoneNumberFirebase
, which happened after the first one about few seconds) got timed out, rancodeAutoRetrievalTimeout
. But the weird thing is thecompleter
got completed, with the result of the previous call (codeSent
) even though it got re-inited. Here's the codeHere the log
Right now I have no idea how to get the
codeAutoRetrievalTimeout
output.Edit: Hmmm, seems the codeAutoRetrievalTimeout is actually from the first call. But why the second call doesn't return anything ? Error callback ? Exception ?
Steps to reproduce
Steps to reproduce the behavior:
verifyPhoneNumberFirebase
codeSent
verifyPhoneNumberFirebase
againcodeAutoRetrievalTimeout
, but thecompleter
got completed with the result of the previouscodeSent
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
Beta Was this translation helpful? Give feedback.
All reactions