You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
1 . enabled the Google Play Integrity Api (Android Device Verifiaction is depricated)
2 . added the debug, release and app signing key in firebase
3 . also try to debug it in test mode eg : FirebaseAuth.instance.setSettings(appVerificationDisabledForTesting: true);
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.
1 . enabled the Google Play Integrity Api (Android Device Verifiaction is depricated)
2 . added the debug, release and app signing key in firebase
3 . also try to debug it in test mode eg : FirebaseAuth.instance.setSettings(appVerificationDisabledForTesting: true);
Beta Was this translation helpful? Give feedback.
All reactions