https://github.com/gauravmcode/contacts_app_firebase
It is a contacts app that saves your contacts to firebase real-time database and also the profile pic in firebase storage. This enables you to access your contacts from any device.
https://github.com/gauravmcode/contacts_app_firebase
Last synced: about 1 year ago
JSON representation
It is a contacts app that saves your contacts to firebase real-time database and also the profile pic in firebase storage. This enables you to access your contacts from any device.
- Host: GitHub
- URL: https://github.com/gauravmcode/contacts_app_firebase
- Owner: GauravMcode
- Created: 2023-04-09T12:52:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T16:35:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T09:13:35.381Z (about 1 year ago)
- Language: Dart
- Size: 3.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contacts App
It is a contacts app that saves your contacts to **firebase real-time database** and also the profile pic in **firebase storage**.
>This enables you to access your contacts from any device.
## Getting Started
The Home Screen contains list of all saved contacts fetched from Firebase Database :
Tap on a Contact to view its details.
Also, you can directly call and message the person from here.
To add a contact, click on + icon on home screen:
To edit a Contact, click on edit icon. It will open the edit contact screen.
To delete, click on delete icon, that will show an alert dialog to confirm.
> Also, whenever you add or update contacts or restart the App, the color of contact list items changes.