You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MaryamMansour Thank you. Surely I can. Can you use the logic implemented in the Sign in flow on TextFields. This should be easy. 😅, You would need local.properties file and google.json files along with the firebase_option.dart. Could you join the server to have them...
@MaryamMansour To find the files please goto the how to channel. There you will find the Firebase_options and google-services.json, local properties files.
Describe the bug
When adding a new child, we're asked to insert an
Email
but there is no validation in place to ensure it is somewhat valid.To Reproduce
Steps to reproduce the behavior:
Add child
page:Expected behavior
Should at least validate that the email address entered complies as valid. There should be some libraries/regex for this.
What needs to be done
Use the same logic for validation already used in sign in flow.
email_validators
The text was updated successfully, but these errors were encountered: