Valid app Identifier Missing - Phone auth - react-native-firebase #7094
Unanswered
sourdragon
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Currently facing this issue. |
Beta Was this translation helpful? Give feedback.
2 replies
-
i am facing the same issue... please give me the solution of this ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
😢 Error I'm getting
🔢 Steps to reproduce
npx react-native@latest init Example && cd Example
cd android && ./gradlew signingReport
// download the google-services.json with the sha1 & sha256 to the /android/app
Add these lines
npm i @react-native-firebase/app @react-native-firebase/auth
copy paste this code into your App.tsx
🔍 Stuff I did to get rid of the issue(to no avail)
added implementation 'com.google.android.play:integrity:1.1.0' to android/app/build.gradle
Enabled API and Services
Added SHA-1 and SHA-256 codes
{PROJECT_ID}.firebase.app is allowlisted at firebase authentication settings.
Beta Was this translation helpful? Give feedback.
All reactions