skip to Main Content

Firebase initialize issue

I am trying to initialize firebase in my project. I need to use the Google Auth feature, which is already enabled on the console of firebase. The method I am calling is the following: import firebase from 'firebase/compat/app'; import {…

VIEW QUESTION

Reactjs – Problem with authentication in firebase and react

I'm trying to do firebase email/password auth with react and I'm getting an error: "_firebaseWEBPACK_IMPORTED_MODULE_1.default.onAuthStateChanged is not a function TypeError: _firebaseWEBPACK_IMPORTED_MODULE_1.default.onAuthStateChanged is not a function" So I guess there must be something wrong with my AuthContext.js code: import React, {…

VIEW QUESTION

flutter and firebase authentication

i try to connect my flutter app to firebase to save user data and authenticat him the data has been save successfully in firestore but the authentication dosent work the depandncy was ok beacuse in onther page the authentication is…

VIEW QUESTION

Firebase confirm with password

My Firebase app has a certain sensitive operation, that the already signed-in user would ideally confirm by reentering his password. I would like to show this (already signed-in) user a modal requiring him to reenter password and have Firebase check…

VIEW QUESTION
Back To Top
Search