Replies: 6 comments
-
same with me, and don't know to solve this : ( |
Beta Was this translation helpful? Give feedback.
-
@pandam77 have you found a solution to that? |
Beta Was this translation helpful? Give feedback.
-
It's weird, after updating to RN v0.72.6 I started getting this error, even without updating the Firebase dependencies versions. |
Beta Was this translation helpful? Give feedback.
-
Same issue here with RN 0.72.4 |
Beta Was this translation helpful? Give feedback.
-
I recognize multiple people are reporting this but it doesn't rise to the level of an issue because it isn't detailed or reproducible Note that it is possible to create firebase projects that are on the free tier so will not incur billing, and in that way create reproducible examples Also note that we test primary + secondary app configuration in our e2e tests all the time and it works. There is some hint on an unrelated issue that if your projects are part of a completely different organization you may not be able to initialize them as a secondary app There is also a strict requirement that you do initialize the primary app via google-services.json/GoogleServices-Info.plist - that is not something you can avoid and you should download fresh copies of each to make sure that is working. If you don't have secondary apps there is nothing further to do after downloading fresh copies + re-running pod install / expo prebuild --> it should work |
Beta Was this translation helpful? Give feedback.
-
I used a single app and still got this issue so just want to share what finally fixed the issue for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I get an error when I use initializeApp().
My firebase config settings are correct, but why?
"expo": "~48.0.18",
"@react-native-firebase/analytics": "^18.1.0",
"@react-native-firebase/app": "^18.1.0",
firebase.tsx
app.json
Beta Was this translation helpful? Give feedback.
All reactions