In my local web application development environment the web application is accessing the Firestore emulator correctly, but not the Storage emulator. Instead it accesses the production storage. I load the module from http://localhost:5000/__/firebase/8.3.0/firebase-storage.js I have tried this from https://fir…
Tag: firebase-tools
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 is ignoring said line of code and continues to call the remotely deployed function instead. Here…