User Authentication & Onboarding Module
This Flutter project implements a user authentication and onboarding module with Firebase integration. The app allows users to sign up, complete onboarding (demographics & dietary preferences), and view their profile with stored data.
Features ✅ Firebase Authentication (Sign Up & Sign In) ✅ Onboarding Process (Full Name, Gender, Birthdate, Diet Preferences) ✅ Firestore Integration (User data storage & retrieval) ✅ Profile Screen (Displays saved user data) ✅ Material UI Design
Setup & Installation Clone the repository:
git clone https://github.com/your-repo.git
cd your-repo Install dependencies: flutter pub get
Setup Firebase: Add google-services.json (Android) to android/app/ Add GoogleService-Info.plist (iOS) to ios/Runner/ Run the app: flutter run