bizz84 / firebase_auth_demo_flutter

Reference Authentication Flow with Flutter & Firebase
https://codewithandrea.com/
MIT License
674 stars 178 forks source link

Only require a non-empty password on sign-in #11

Closed bizz84 closed 5 years ago

bizz84 commented 5 years ago

Minimum password length of 8 characters only enforced when registering.

Fixes #10.