Coding-Club-IITG / Git-Workshop-flutter

3 stars 7 forks source link

No validation for authentication #24

Closed dhgavali closed 3 years ago

dhgavali commented 3 years ago

There is no validation for email and password in the authentication process like email must contain @ symbol. and password should be more than 6 characters like this.

PranavNair01 commented 3 years ago

Firebase will validate

codingiitg commented 3 years ago

Yes that validation is taken care of by Firebase itself.