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
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