An open API service indexing awesome lists of open source software.

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.

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.


View Contact

## Getting Started

The Home Screen contains list of all saved contacts fetched from Firebase Database :


Contact List

Tap on a Contact to view its details.
Also, you can directly call and message the person from here.


View Contact

To add a contact, click on + icon on home screen:


Add Contact

To edit a Contact, click on edit icon. It will open the edit contact screen.


Edit Contact

To delete, click on delete icon, that will show an alert dialog to confirm.


Delete Contact

> Also, whenever you add or update contacts or restart the App, the color of contact list items changes.