Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.19 KB

Firebase Firestore MVVM application with Timber in java

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.

Building the Project

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/

More information

What is timber?

https://github.com/JakeWharton/timber

What is Firebase Firestore?

https://firebase.google.com/docs/firestore

Firebase Firestore sample collection structure: Screenshot

Contributing

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.

License

MIT