Skip to content
Advertisement

Tag: firebase-cli

Firebase.auth().useEmulator is not a function

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

Advertisement