Need documentation and example as to how to connect to Firebase and Firestore emulator #1609
Unanswered
jcham
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How exactly does one setup
nuxt-vuefire
to connect to the Firebase emulator instead of to the Google Cloud servers?There is some sparse documentation at
https://firebase.blog/posts/2023/12/vuefire-nuxt-is-now-stable/
that seems to say that only creating a
firebase.json
file is needed, but this doesn't work.I tried creating the file
firebase.json
with:and adding to the
nuxt.config.ts
the following:but neither one results in it connecting to the local emulator.
Is this a bug or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions