The firebase.auth().currentUser is always null, as is the onAuthStateChanged listener in my node.js code. However, the user is signed in at my front end swift a
Similar to Invoke "Verify it's you" authentication page from a Firebase application use case, but my case differs in that the user is not logged in, but I want
When authenticating using Firebase Auth, I want to auto input the code that is received via SMS. I am able to receive SMS and go through auth process manually,
On my andoird app to do Automatic SMS Verification I can use this: "Automatic SMS Verification with the SMS Retriever API" https://developers.google.com/ident
On my andoird app to do Automatic SMS Verification I can use this: "Automatic SMS Verification with the SMS Retriever API" https://developers.google.com/ident
I have a project that requires google sign in and I have installed and followed the instruction on the firebase but I keep getting this error (0, _auth.signInW
I need very simple static image server for my flutter app. I am thinking about Cloud Storage, because I don't want to worry about own server administrating. I a
I am trying to get a specific document that is created when a user signs up. I made it so that when the use signs up, their firebase user ID is the name of the
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