I'm using the createUserWithEmailAndPassword() function of Firebase authentication to create a new user, but I'm wondering if it's possible that user a isn't auto logged in after this function. In the .then() part I send an email to verify his account.
Now I have to logout the user before sending the email. So he has to verify his account. Seems like a ugly workaround.. is there something better?
I'm using: AngularFireAuth