This simple contact app was created to demonstrate the integration of Firebase Firestore and Storage. It allows users to add, edit, and delete contacts, and upload profile pictures for each contact.
- Add new contacts with name, phone number, and email.
- Edit existing contact details.
- Delete contacts.
- Upload profile pictures for each contact.
- Clone or download this repository.
- Install the required dependencies
- Create a Firebase project and enable Firestore and Storage.
- Add your Firebase configuration to the
firebase_options.dart
file. - Run the app using "flutter run" command