0

I am implementing Firebase Phone Authentication in my React Native Application but after implementing it it is opening reCAPTCHA page to verify I am not a robot before sending me a OTP which is kind of annoying and i have already added SHA-1 and SHA-256 to my google firebase console and also linked my play console to my google cloud console So to remove this reCAPTCHA I was using Android Device Verification API in my previous application but now it is Depricated and I don't know how to use Play Integrity API can you guys help me explaining setp by step setup of Play Integrity API so this reCAPTCHA thing wont appear package.json file android/app dependencies

I tried using @react-native-firebase/app-check module according to its documentation but its not working for me or may I have not implemented it properly

anothermh
  • 9,815
  • 3
  • 33
  • 52
RAHUL BISHT
  • 305
  • 1
  • 2
  • 3
  • Please do not post images of plaintext as [they are not appropriate on StackOverflow](https://meta.stackoverflow.com/a/285557/3784008). Please copy and paste plaintext into your question. – anothermh May 09 '23 at 17:05

1 Answers1

0

Enable Google Play Integrity API (former SafetyNet Attestation API) - https://firebase.google.com/docs/auth/android/phone-auth

Fiston Emmanuel
  • 4,242
  • 1
  • 8
  • 14