Open
Description
Reproduction
https://github.com/FenixTubluk/nuxt3-vuefire-bug
Steps to reproduce the bug
- git clone [email protected]:FenixTubluk/nuxt3-vuefire-bug.git
- cd nuxt-layer
- pnpm i
- pnpm dev
- stop the dev after it has compiled everything and is running
- cd ..
- cd nuxt-app
- cp .env.example .env
- fill in .env with firebase credentials
- pnpm i
- pnpm dev
- goto http://localhost:3000/signin
- push the google button
Expected behavior
A google popup should appear
Actual behavior
const auth = useFirebaseAuth() becomes null
Additional information
An additional bug maybe that we actually need to install vuefire in the child project also for it to work with shamefully-hoist set to true.
Metadata
Metadata
Assignees
Labels
No labels
Activity