I am developing a Flutter app for both Android and iOS devices. Iam using Phone authentication from firebase. The firebase phone auth redirects the user to webpage for recaptcha verification everytime the user tries to login.
The solutions I have already tried :
- Adding SHA-1 and SHA-256 to my firebase project.
- Enabling Android Device verification API for my project in Google play console.
Please help me to remove the recaptcha.
I have figured out that this is happening only for rooted devices. Is there a way to solve this problem?