-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OTP is correct and the time is not expired. It still shows the code has expired #25
Comments
I'm having a similar problem. Did you find a solution for this? |
As my knowledge, you should enable phone authentication on Firebase first. |
Also plz Setup of cloud function then set |
@Biplovkumar yeah given in the build cofig but still same. I would be grateful if you can send me your backend firebase config. Details in my mail address. |
Hi, I'm having a similar issue. Were you guys able to solve it? |
Just need to fix firebase function properly.
…On Tue, 5 May 2020, 12:35 am VishalVincent, ***@***.***> wrote:
Hi, I'm having a similar issue. Were you guys able to solve it?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKVSYGOXYU73L7GPMI3APQ3RP4DIVANCNFSM4MMDEPEQ>
.
|
I have set up cloud functions as elaborated in the README and they have even appeared on my firebase dashboard. It still doesn't seem to be working. Do I have to include any particular regions in my config.ts file? Any idea what I could have possibly missed? |
Send me how it appears in your dashboard. Are u getting handshake key and
temporary id
…On Tue, 5 May 2020, 12:41 am VishalVincent, ***@***.***> wrote:
I have set up cloud functions as elaborated in the README and they have
even appeared on my firebase dashboard. It still doesn't seem to be
working. Do I have to include any particular regions in my config.ts file?
Any idea what I could have possibly missed?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKVSYGPLGSRBXBYLQ2THGQ3RP4D6HANCNFSM4MMDEPEQ>
.
|
The logs: D/OnboardingActivity: NOT-IDLE signInWithCredential:success Dashboard: |
Seems fine to me, hope u have given same region in both client and server
side.
…On Tue, 5 May 2020, 12:50 am VishalVincent, ***@***.***> wrote:
*The logs:*
D/OnboardingActivity: NOT-IDLE signInWithCredential:success
W/e.opentrace.st: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (light
greylist, reflection)
W/e.opentrace.st: Accessing hidden method
Ljava/security/spec/ECParameterSpec;->setCurveName(Ljava/lang/String;)V
(light greylist, reflection)
W/e.opentrace.st: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B
(light greylist, reflection)
D/TempIDManager: NOT-IDLE [TempID] Error getting Temporary IDs
D/OnboardingActivity: NOT-IDLE Retrieved Temporary ID successfully
W/Utils: NOT-IDLE get handshake pin (failure): NOT_FOUND
E/OnboardingActivity: NOT-IDLE Failed to retrieve HandShakePin NOT_FOUND
I/PhoneAuthProvider: Sms auto retrieval timed-out.
*Dashboard:*
[image: cloudfunc]
<https://user-images.githubusercontent.com/34835725/81001915-0df21a00-8e66-11ea-82d3-94b671c26eae.PNG>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKVSYGINOCTJ4NZ2IHELDYTRP4E67ANCNFSM4MMDEPEQ>
.
|
I had mistakenly put in a different region in the code and changing it seems to have solved the problem. Thanks a lot! |
If I'm not wrong, the database location of my GCP Datastore should be in the same region as the above right? |
@vishaljoseph : hi, do you have any issue in the app operation? if yes, maybe you can elaborate the detail here so we can help you to find the solution. |
I keep on running into this issue is there a fix to it...... Thanks |
OTP comes through but i get the message "Verification failed. Please try it again" |
Same issue, correct otp is entered still verification fails, timeout has also not occured. |
did anyone find a fix for this? |
I am having the same issue. When user request for Otp then OTP will automatically read and trying to verifying with the firebase then it shows The sms verification code is expired and when user enter manually then it worked and user can logged in. |
Same issue here |
same issue with my angular app, any solution? |
Lebanon |
Before entering the OPT the message shows "Verification failed. Please try again"
Then after entering the OTP, message shows "Wrong OTP entered"
Execption I get at console- com.google.firebase.auth.FirebaseAuthInvalidCredentialsException: The sms code has expired. Please re-send the verification code to try again. -ERROR_SESSION_EXPIRED
The text was updated successfully, but these errors were encountered: