-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[AUTH]: Flutter web "signInWithPhoneNumber" error : invalid-app-credential #13098
Comments
Thanks for linking the JS issue, it seems to be related to the native SDK, so it will need to be resolved by the backend teams. |
Same is happening for us in production at web! Any quick ways to fix it from out side? |
@lisovyk Not yet, you can follow firebase/firebase-js-sdk#8387 for more information |
@Lyokone we tracked it down to one of the carriers in Ukraine not getting OTP's while others work fine, and firebase giving us the same error. If only there was a dashboard with all carrier statuses updated at least daily, huh. It's an issue we encounter couple times a year, every time with new surprising and exciting error messages not telling you a thing. |
It seems related to this comment: #13100 |
Error appears when web app run on localhost (from IDE). |
Hey @saharvx9. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @saharvx9 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Any updates on this? |
Which plugins are affected?
firebase_auth
Which platforms are affected?
Web
Description
When i am using test numbers and calling
signInWithPhoneNumber
working great, but when i am using real numbers, i am getting all the time error of :invalid-app-credential
I checked in the github of firebase js and saw this issue :
firebase/firebase-js-sdk#8387
Same as error i receive,
For veryfication, i working at the porject with firebase long time, so configuration are correct and using
on my main widget :
Snipt code :
Flutter doctor :
Reproducing the issue
signInWithPhoneNumber
Expect :
Get sms with no errors.
Firebase Core version
3.2.0
Flutter Version
3.22.2
Relevant Log Output
No response
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
No response
The text was updated successfully, but these errors were encountered: