https://github.com/orengrinker/mvvmfirestoreandroidapp
Firebase Firestore MVVM application with Timber in java
https://github.com/orengrinker/mvvmfirestoreandroidapp
android firebase firestore java mvvm mvvm-android timber
Last synced: about 2 months ago
JSON representation
Firebase Firestore MVVM application with Timber in java
- Host: GitHub
- URL: https://github.com/orengrinker/mvvmfirestoreandroidapp
- Owner: OrenGrinker
- Created: 2021-11-18T15:07:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T15:24:43.000Z (about 3 years ago)
- Last Synced: 2025-02-09T05:39:02.494Z (4 months ago)
- Topics: android, firebase, firestore, java, mvvm, mvvm-android, timber
- Language: Java
- Homepage:
- Size: 236 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
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:
```bash
https://alphatech.technology/Howto-Entry-srk/Google-Services-Json-bek/
```## More information
What is timber?
```bash
https://github.com/JakeWharton/timber
```
What is Firebase Firestore?
```bash
https://firebase.google.com/docs/firestore
```
Firebase Firestore sample collection structure:
## 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](https://choosealicense.com/licenses/mit/)