I want to disable Re-Captcha in Firebase Phone Auth in Flutter.
In other solutions where folks enable the 'Android Device Verification' API in Google Cloud Console and everything is working fine for them, But Currently 'Android Device Verification' API is Removed by Google and merged with 'Google Play Integrity API'.
I already enabled the 'Google Play Integrity API', Plus I added my device SHA1 and SHA-256 both in the Firebase console and add the update google-service.json in the project.
Still, I am getting the Re-Captcha screen.
I added the following libraries in app/build.gradle
And 'Google Play Integrity API' is also enabled:
Also, I enabled the 'App Check' in Firebase Console, Added SHA 256 is added.