Posts by rodriguesgr.p • 21 points
3 posts
-
0
votes4
answers84
viewsA: FIREBASE - Encase Files to redirect page only after saving data to Firestore Firebase and updating Display name
RESOLVED A colleague helped me to reach a conclusion. I hope it helps more people. firebase.auth().createUserWithEmailAndPassword(email, password) .then(() => saveFirestore()) .then(() =>…
-
1
votes4
answers84
viewsA: FIREBASE - Encase Files to redirect page only after saving data to Firestore Firebase and updating Display name
Hello, Edson. Thank you for your reply. I followed your lead and the code went like this firebase.auth().createUserWithEmailAndPassword(email, password).then(() => { saveFirestore().then(() =>…
-
1
votes4
answers84
viewsQ: FIREBASE - Encase Files to redirect page only after saving data to Firestore Firebase and updating Display name
Talk, guys. All right? I am developing a web application with Firebase and as the auth() method only accepts e-mail and password, I am updating the displayname and saving the remaining data (Cpf,…