duytq94 / flutter-chat-demo

The chat app made by Flutter and Firebase
MIT License
1.74k stars 676 forks source link

Email sign in #29

Closed xhorizont closed 4 years ago

xhorizont commented 5 years ago

Hi,

what to change if I want to use email sign in instead of Google sign in?

Best regards J

duytq94 commented 5 years ago

Hi, First, enabling Email/Password method at Sign-in method in firebase web console. Second, using signInWithEmailAndPassword at FirebaseAuth instead of signInWithCredential as the current.