[auth/internal-error] Having trouble switching from Firebase JS to RN-Firebase in an Expo project #6054
Replies: 3 comments 8 replies
-
Hi there! |
Beta Was this translation helpful? Give feedback.
-
Greetings. Reviving this, as I get the exact same issue. I am using expo. Project has
When I run this line,
I get this error in the dev server console
and this error in the xcode console, because i ran the project from xcode by prebuilding with expo, and opening the xcworkspace filw with xcode, built it and ran it.
It works just fine on Android. I do not see any other errors. Any clues?
It confuses me because I thought I was already providing the keys via the GoogleService-Info.plist and google-services.json files; why is this necessary ? |
Beta Was this translation helpful? Give feedback.
-
[auth/internal-error] when switching from Firebase JS SDK to React-native Firebase in Expo with EASHello, I'm facing an issue similar to the one described by the thread owner. Context:
Issue:
Additional Info:
Is this a known issue or is there any specific configuration I might be overlooking with React-native Firebase and Expo with EAS? Any help or pointers would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm using the plugin and EAS build with a custom dev client to perform the reimplementation of Firebase. But I'm having trouble with the authentication portion of my application.
Everytime I use any of my social logins or the email/password login I get a "[auth/internal-error] An internal error has occurred, please try again." error.
Relevant dependencies:
Firebase.json:
{}
Package.json:
Beta Was this translation helpful? Give feedback.
All reactions