Commit Graph

8 Commits

Author SHA1 Message Date
Dayron
7f4fd610c5 feat: Add group creation functionality and refactor trip service for improved data handling 2025-10-10 11:49:54 +02:00
Dayron
3f9195d67a feat: Implement group management features with Firestore integration and loading states 2025-10-09 11:13:12 +02:00
Dayron
4e403f3308 feat: Enhance trip creation and management features with user validation, improved error handling, and Firestore integration 2025-10-07 11:38:20 +02:00
Dayron
563ba05f74 feat: Implement Google Sign-In functionality and update user profile management 2025-10-07 08:25:21 +02:00
Dayron
ec0bc59a70 feat: Integrate Firebase Authentication and Firestore
- Added Firebase configuration to Android and iOS projects.
- Created `google-services.json` and `GoogleService-Info.plist` for Firebase setup.
- Implemented `AuthService` for handling user authentication with Firebase.
- Updated `UserProvider` to manage user data with Firestore.
- Refactored `ProfileContent`, `LoginPage`, and `SignUpPage` to use the new authentication service.
- Removed the old `UserService` and replaced it with Firestore-based user management.
- Added Firebase options in `firebase_options.dart` for platform-specific configurations.
- Updated dependencies in `pubspec.yaml` for Firebase packages.
2025-10-06 18:57:30 +02:00
Dayron
797f77cf69 Add launch configuration, update API keys, and refactor UI components for better structure and performance 2025-10-06 14:17:30 +02:00
Van Leemput Dayron
02754f3506 Refactor signup fields and update home page titles; add trip service and model 2025-10-04 17:42:21 +02:00
Van Leemput Dayron
9fb81f793b Implement login and signup test with json. 2025-10-01 00:48:06 +02:00