What does createUserWithEmailAndPassword return?

The createUserWithEmailAndPassword() function returns a so-called Promise , which has methods catch() and then() . You’re already using catch() to handle problems. To handle “non-problems”, you need to use then() : firebase. auth().

Sizin İçin Seçtik  Which method will you call to logout a user from Firebase?

Leave a Reply

Your email address will not be published. Required fields are marked *