I have created a mobile app using flutter and added phone number verification using firebase authenticate. However, When I trying to sign in by providing the phone number, It goes to web page and shows RECAPTCHA. After few seconds it sends the OTP. How can I prevent from the RECPTCHA?
I added the SHA1 and SHA256 in the firebase console. I tried solutions from this. But it seems like SafetyNet is deprecated and is no longer accepting new projects. So, It didn't work. What can be the solution for this?