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
verifyPhoneNumberFirebasecall 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 thecompletergot 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
codeAutoRetrievalTimeoutoutput.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:
verifyPhoneNumberFirebasecodeSentverifyPhoneNumberFirebaseagaincodeAutoRetrievalTimeout, but thecompletergot completed with the result of the previouscodeSentFlutter doctor
Run
flutter doctorand paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compactand paste the output below:Click To Expand
Beta Was this translation helpful? Give feedback.
All reactions