Error: FirebaseApp with name {project_number} doesn't exist. Avilable app names: [DEFAULT] #6413
Unanswered
adriangiulianotucci
asked this question in
Q&A
Replies: 2 comments 4 replies
-
From what version to what version? I suspect you crossed a major version boundary that had breaking changes which affected your project, and you may find migration information in the CHANGELOG file? |
Beta Was this translation helpful? Give feedback.
4 replies
-
I'm facing the same issue after updating Initial versions "@react-native-firebase/app": "^6.7.1", Updated Versions "@react-native-firebase/app": "^14.5.0", when i execute the below code i'm facing issue
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I'm trying to update both messaging and app packages. But when my app tries to
firebase.messaging().getToken()
I get this error. In the previous package version that I had installed it didn't happen.I checked my
google-services.json
and it's ok. It has to be related to the update.Can someone help me?
Thank you!
EDIT 1: I forgot to mention that only happens in android devices
Beta Was this translation helpful? Give feedback.
All reactions