All Questions
4 questions
0
votes
1
answer
354
views
Cannot get firestore emulator to work with Vue
When I connect to localhost:8080, I get a html "ok" printed on the screen. Thats it.
Also when I access the emulator UI, my Firestore database is empty, and any data I try to add does not ...
2
votes
1
answer
1k
views
How can I configure my firebase config to access the firebase emulator functions endpoint?
Prerequisites:
Firebase SDK: ^7.21.1
I'd like to connect my Vue.js Frontend with my local firebase functions emulator. The emulator is located at localhost:5001. I have a hard time figuring out what ...
0
votes
2
answers
476
views
Vue + Firebase: Functions useEmulator() ignored
I found this line of code in the Firebase docs firebase.functions().useEmulator('localhost', 5001) that supposedly points your Vue app to the locally running emulator, but for some reason my project ...
0
votes
1
answer
346
views
vuexfire not working with Firebase Emulators
I'm using vuexfire to connect my vue/vuex app to Firebase Cloud Firestore. It works fine when actually connected to Firebase. It doesn't work when using the Firebase emulators.
Is there a specific way ...