nathan-wick / nutrition-ai

A mobile app that uses machine learning to provide personalized nutrition recommendations based on a user's dietary preferences, health goals, and exercise habits.
1 stars 1 forks source link

Sign-Up With Email And Password #38

Open nathan-wick opened 1 year ago

nathan-wick commented 1 year ago

Enable users to create a new account (sign-up) with their email and a custom password. Emails should be verified before the user's account is created. Sign-In with email is already complete #37

Docs: https://firebase.google.com/docs/auth/flutter/password-auth?hl=en&authuser=0 Helpful tutorial for getting started: https://www.youtube.com/watch?v=qlVj-0vpaW0&t=0s

EmileeSchweitzer commented 1 year ago

Can split into two parts

  1. Sign in with Email
  2. Verify users email for account creation
EmileeSchweitzer commented 1 year ago

EmailSignin.docx

EmileeSchweitzer commented 9 months ago

Account Creation Active Added button to home screen for initial testing Working on pulling this account creation to separate page for better layout and usability Working through authentication and configuring signInWithCustomToken