firebase_auth/missing-client-identifier] This request is missing a valid app identifier, meaning that Play Integrity checks, and reCAPTCHA checks were unsuccessful. Please try again, or check the logcat for more details #11766
Unanswered
RamzanTingku
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, I am getting this error when trying to verify phone number with OTP.
Here is what I did to solve this:
Here are some of my code snippets:
`void main() async {
runZonedGuarded<Future>(() async {
}, (error, stack) {
FirebaseCrashlytics.instance.recordError(error, stack, fatal: true);
});
}`
`
await FirebaseAuth.instance.verifyPhoneNumber(
`
after that it tried to load captcha, but it returns from browser with verifying and show this error:
firebase_auth/missing-client-identifier] This request is missing a valid app identifier, meaning that Play Integrity checks, and reCAPTCHA checks were unsuccessful. Please try again, or check the logcat for more details
I am stuck in at app production. Can you please help me with this?
Beta Was this translation helpful? Give feedback.
All reactions