A simple android application that shows how to make CRUD operation as well as file uploading in to Firebase Database.
This project also contains sample code on how to:
- capture image from camera in android and send that image to store in firebase db.
- capture audio in android phone and store that audio file in firebase db.
- save data to firebase db.
- retrieve data from firebase db.
- email/password authentication using firebase authentication.
- use firebase list adapter to adapt firebase db data into list view.