Skip to content
Advertisement

Tag: firebase-authentication

Firebase authentication in ReactJS project – user null inside onAuthStateChanged

I’m tearing my hair out trying to setup email/password authentication through firebase. I’ve got my firebase configuration setup like so I’ve got a sign-in form created that calls the following function: First problem: I’m not seeing the “user created” message, even though I can see the user being created in the Firebase Authentication console. I’m also not seeing the “something

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