python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
emailVerified & isEmailVerified functions do not exist
I'm basically having an issue where the user can sign in without verifying their email address (clicking the link sent to their email). My code currently looks like this & every time I enter "...
trab
Votes: 0
Answers: 1
Firebase - onAuthStateChanged() fires both after sign in and sign up
I need to be able to figure out why did the listener fire - was it an initial sign up or sign in?
I tried using part of the user payload that comes with the callback. I tried comparing
user.metadata.c...
Smytt
Votes: 0
Answers: 1
firebase authentication for google provider and Authorization Error 401
I try to test signin process with firebase/identity platform from GCP for firebase.auth.GoogleAuthProvider with a simple static website.
When I deploy the website I get
Authorization Error
Error 401:...

Thomas Seehofchen
Votes: 0
Answers: 1
Jetpack compose and AuthStatelistener firebase
Hi i am trying to create an app in jetpack compose with MVVM architechture and with firebase.
I am now wondering where you would go about placing the AuthStatelistener in this case. I cant find anythi...
jens
Votes: 0
Answers: 0