Skip to content

Receiving " Firebase: No Firebase App '[DEFAULT]' has been created", even though it has been created #373

Answered by kmjennison
vpaladino778 asked this question in Q&A
Discussion options

You must be logged in to vote

My suspicion is that you need to update how you're getting the auth app for Firebase v9 where you're passing it to Firebase UI. Remove Firebase compat, then rather than firebaseAuth={firebase.auth()}, use firebaseAuth={getAuth(getApp())}. See v1.x example.

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@vpaladino778
Comment options

@kmjennison
Comment options

@vpaladino778
Comment options

@kmjennison
Comment options

@vpaladino778
Comment options

Answer selected by vpaladino778
Comment options

You must be logged in to vote
1 reply
@kmjennison
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants