Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crear coleccion "users" en firebase y guardar usuarios de la view Register en tal coleccion. #161

Open
isma-morel opened this issue Feb 10, 2022 · 0 comments

Comments

@isma-morel
Copy link
Collaborator

  1. Crear coleccion en Firestore(consola), pedir permiso anticipadamente al owner del proyecto en firebase.
  2. Enviar objeto User de view Register conteniendo los siguientes datos.
    {
    name: name + lastname,
    email: email,
    password: password,
    country: country,
    uuid: uuid,
    meets: [],
    }
    Meets debe ser un array vacio por ahora
    PDTA: Leer el codigo ya escrito atentamente y añadir el metodo faltante, es "addDoc()" proveniente de firebase.
    Documentaciòn: https://firebase.google.com/docs/firestore/quickstart?hl=es-419
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant