https://github.com/nameisjayant/java-android-firestore-with-roomdatabase-with-example
we will build a simple project with the help of Room Database and Firebase firestore to understand the concept how it's work.The description of this project is first we will take some inputs like name , age , experience of the person then store that informations into Firebase Firestore database and then fetch those data from firestore and store into Room Database and we will see data through RecyclerView.Alright!,Hope the below image will clear your doubts :)
https://github.com/nameisjayant/java-android-firestore-with-roomdatabase-with-example
android firebase firestore java retrofit room
Last synced: 2 months ago
JSON representation
we will build a simple project with the help of Room Database and Firebase firestore to understand the concept how it's work.The description of this project is first we will take some inputs like name , age , experience of the person then store that informations into Firebase Firestore database and then fetch those data from firestore and store into Room Database and we will see data through RecyclerView.Alright!,Hope the below image will clear your doubts :)
- Host: GitHub
- URL: https://github.com/nameisjayant/java-android-firestore-with-roomdatabase-with-example
- Owner: nameisjayant
- Created: 2020-05-27T05:21:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T12:56:43.000Z (almost 6 years ago)
- Last Synced: 2025-03-13T02:42:43.411Z (over 1 year ago)
- Topics: android, firebase, firestore, java, retrofit, room
- Language: Java
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-Android-FireStore-With-RoomDatabase-with-Example
we will build a simple project with the help of Room Database and Firebase firestore to understand the concept how it's work.The description of this project is first we will take some inputs like name , age , experience of the person then store that informations into Firebase Firestore database and then fetch those data from firestore and store into Room Database and we will see data through RecyclerView.Alright!,Hope the below image will clear your doubts :)