Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

190
Vistas
firebase.auth().currentUser returning an object with undefined properties? Reactjs

here is my code:

const [user] = useAuthState(auth);

function submitPostHandler() {
    if (user) {
        const currentUser = auth.currentUser;
        firestore.collection("posts").add({
            title: title,
            desc: desc,
            imgUrl: imgUrl,
            poster: currentUser.displayName,
            createdAt: new Date().toISOString(),
            comments: []
        });
        console.log(currentUser);
        //navigate("/all-posts");
    }
    else {
        navigate("/login");
    }
}

Simple, whenever I run this function it logs an object that has properties that are undefined as in if I switch console.log(currentUser); with console.log(currentUser.displayName) it logs undefined. Unusually useAuthState(); returns true.

It seems like when I was creating the user with the createUserWithEmailAndPassowrdOrSomething() I was not passing in the email and password. I forgot to change this when @Dharmaraj told me before.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda