Hi everyone,
I am trying to activate phone otp verification through firebase in my flutter app. And after adding all the necessary code for the verification, when the button is clicked, I am getting this error:
ForceRecaptchaFlow from phoneAuthOptions = false, ForceRecaptchaFlow from firebaseSettings = false
W/System ( 4367): Ignoring header X-Firebase-Locale because its value was null.
D/TrafficStats( 4367): tagSocket(73) with statsTag=0xffffffff, statsUid=-1
I/PlayCore( 4367): UID: [10162] PID: [4367] IntegrityService : requestIntegrityToken(IntegrityTokenRequest{nonce=DZbwPB95mzwtBbgqcpPKnQqBoNSKj0zFgVVgh1fvBG0, cloudProjectNumber=551503664846})
I/PlayCore( 4367): UID: [10162] PID: [4367] IntegrityService : Initiate binding to the service.
I/PlayCore( 4367): UID: [10162] PID: [4367] IntegrityService : Failed to bind to the service.
E/zzb ( 4367): Play Integrity Token fetch failed, falling back to Recaptcha-9: Integrity API error (-9): Binding to the service in the Play Store has failed. This can be due to having an old Play Store version installed on the device.
E/zzb ( 4367): Ask the user to update Play Store.
E/zzb ( 4367): (
https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/IntegrityErrorCode.html#CANNOT_BIND_TO_SERVICE).
D/EGL_emulation( 4367): app_time_stats: avg=41.80ms min=3.95ms max=507.57ms count=23
W/System ( 4367): Ignoring header X-Firebase-Locale because its value was null.
W/Parcel ( 4367): Expecting binder but got null!
E/FirebaseAuth( 4367): [GetAuthDomainTask] Error getting project config. Failed with INVALID_CERT_HASH 400
E/zzb ( 4367): Failed to get reCAPTCHA token with error [There was an error while trying to get your package certificate hash.]- calling backend without app verification
W/System ( 4367): Ignoring header X-Firebase-Locale because its value was null.
E/FirebaseAuth( 4367): [SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17093 null
D/FirebaseAuth( 4367): Invoking original failure callbacks after phone verification failure for
+917977501362, error - 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.
Has anybody ever faced this issue? Can someone help?
Also I have a debug.keystore file in my android/app folder already and have also added the SHA-1 and SHA-256 to firebase.
Regards,