[Firebase_Auth - Flutter] SMS verification code request failed: unknown status code: 17499 Internal error encountered. #10789
Unanswered
MSatyam-Mishra
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@MSatyam-Mishra have you solve this issue? |
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
-
i am getthing SMS verification code request failed: unknown status code: 17499 Internal error encountered. error on my Flutter app while sending OTP.
this code was working perfectly 2 days ago, but yesterday when tried this, it didn't work. i thought I messed configuration so I created a new flutter project and did it's firebase configuration from the beginning but getting same error.
My Code is :
sendOTP() async {
String phoneNumber = countryCodeController.text + phone;
}
pubspec.yaml
dependencies: flutter: sdk: flutter cloud_firestore: ^4.4.5 cupertino_icons: ^1.0.2 firebase_auth: ^4.3.0 firebase_core: ^2.8.0 firebase_storage: ^11.0.16 get: ^4.6.1 google_fonts: ^4.0.3 pinput: ^2.2.31 play_integrity_flutter: ^0.0.1
Beta Was this translation helpful? Give feedback.
All reactions