You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crear coleccion en Firestore(consola), pedir permiso anticipadamente al owner del proyecto en firebase.
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
The text was updated successfully, but these errors were encountered:
{
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
The text was updated successfully, but these errors were encountered: