Create an account and a document in Firestore at the same time? – Flutter
I'm using Flutter and Firebase for my app and the following is the code for my register function: Future registerWithEmailAndPassword(String email, String name, String password) async { try{ // Creates user account with Firebase Auth: UserCredential result = await _auth.createUserWithEmailAndPassword(email:…