A cross-platform Flutter application that allows authenticated users to create, update, and delete personal notes. Built with Firebase for seamless cloud storage and real-time data sync.
- User authentication using Firebase Auth
- Add, edit, and delete notes
- Cloud-based storage with Firebase Firestore
- Responsive and intuitive mobile UI
To run this project locally:
- Flutter SDK installed
- Firebase account and project setup
- Clone the repository:
git clone https://github.com/Rethabile2004/firebase_flutter.git cd firebase_flutter - Install dependencies
flutter pub get
- Configure firebase
- Configure Firebase:
- Create a Firebase project at Firebase Console
- Enable Firestore and Authentication
- Download google-services.json and place it in android/app/
- For iOS, follow Firebase iOS setup
- Run the app:
- Run the app:
flutter run