Skip to content
Discussion options

You must be logged in to vote

you are exporting default

so in the login page, you can rename the import from auth to anything as it is the default export not the auth itself, something like
import firebaseApp from 'boot/firebase'
then use firebaseApp.auth

or from the boot export directly without (default) and then in login page:
import { auth } from 'boot/firebase'

Replies: 7 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@yusufkandemir
Comment options

@yusufkandemir
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by yusufkandemir
Comment options

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

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants