I currently have a project set up through VueCLI and firebase-tools and can’t seem to be able to attach the Firebase Auth emulator to my project locally. My Firebase Set-up file: My .env.development file When navigating to localhost:5000 (emulated hosting), I get the error: Uncaught TypeError: firebase_app__WEBPACK_IMPORTED_MODULE_0___default.a.auth(…).useEmulator is not a function useEmulator comes directly from Google’s Firebase Documentation so I’m
Tag: firebase-cli
Firebase function deploying, but not showing up in console
This question is essentially the same as question 44799104, only that I provide my index.js (and the only answer there was not helpful, as I do include ‘exports’). In short, I have deployed my function successfully, but it does not show in the console. Where am I going wrong? Here is my index.js: Answer You didn’t actually deploy that function