After a user login , I want to check if the email used by the user is verified. I used to do it like this. import * as firebase from 'firebase
I have a Login System implemented using Firebase Auth, But Whenever I Disable any user he/she can still be logged. But When he/she log out and login him/her by
Im very new to android studio. I'm trying to make a signup page with email and password authentication with Firebase. Howerver, whenever I try to click the sign
I'm using firebase admin SDK on cloud functions to create users using admin.auth().createUser({ email: someEmail, password: somePassword, }) now I want us
I've set up the most basic implementation of firebase auth login with email and password. firebase.auth().signInWithEmailAndPassword(email, password).then(() =&
I want to use firebase phone verification without recaptcha in react native. Below is my code. The code is working properly. But I Don't want to use recaptcha.
I'm trying to retrieve the UID of the current logged-in firebase user in my Angular 4 app. Though, if I'm logging 'firebase.auth().currentUser' to the console I
I am trying to use firebase cloud messaging to deploy a http push notifications onto an actual device. When so, I am getting the error "The credential used to a
When login first then immediatly show:- "Uncaught TypeError: inputArgs[0].match is not a function" this error . I'm using react-firebase-auth hook. when I try
I am using 2 google accounts and 2 different firebase projects for Development and Release for android app. I have Implemented Google Authentication on both of
I'm currently working on an app in which you can keep track of Root Canal patients and it was working fine for a long time...but after the new update of the fir
Using Firebase auth from https://github.com/invertase/react-native-firebase for the react-native project. It works well in all scenarios, handling the token ren
We use GCP Identity Platform to manage multi-tenant authentication with email and password provider. Google provides a way to configure email templates that are
I am using Firebase Authentication in my Ionic App. Some users have reported to not receive the verification email which is sent after a user signs up, or when
I use firebase v9 and created a react hook for convenient verification of user authorization. After authorization, I can't log out on the page as if the signOut
I have two activities (mainactivity and main2activity). I got the Google login code from GitHub Firebase login demo. When in SignIn with Google, it redirects to
I have an https-callable firebase cloud function to return all users as an array of their userRecords. I push each of the userRecords into an array which I late
I got this TypeError: WEBPACK_IMPORTED_MODULE_4__firebase.c.auth is not a function The line i got an error is the first line. firebase.auth().createUserWithEm
I have created some users using firebase.auth().signInWithEmailAndPassword and would like to stop signUp now, but keep signIn working. I tried some rules on u
I am using firebase to authenticate users in my android app. I provide user an option to reset password in login window. When user click on button, it sends ema