Reputation: 51
I'm trying to use Firebase phone authentication for my Android application developed using react-native. I have followed the below docs and completed the setup.
Sign in works for me with the test number and code specified below.
But when I try to use any other phone number, I get below error.
Error: [auth/missing-client-identifier] This request is missing a valid app identifier, meaning that Play Integrity checks, and reCAPTCHA checks were unsuccessful. Please try again, or check the logcat for more details.
Can anyone please help me in fixing this?? I have enabled "Google Play Integrity API" in my google cloud console as well.
Upvotes: 0
Views: 88
Reputation: 51
I fixed this problem by updated doing below 2 things
Upvotes: 0