A simple Android app written in java to illustrate and describe the use of Design Pattern MVVM in retrieving information from a document in Firestore combined with logs used by Timber Library.
Clone this repository and import into Android Studio
git clone https://github.com/OrenGrinker/MVVMFirestoreAndroidApp.git
Download your "google-services.json" file from your Firebase project settings, if you don't know how you can learn here:
https://alphatech.technology/Howto-Entry-srk/Google-Services-Json-bek/
What is timber?
https://github.com/JakeWharton/timber
What is Firebase Firestore?
https://firebase.google.com/docs/firestore
Firebase Firestore sample collection structure:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.