You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently App's database is build using SQLiteDatabase. You can have a look in this folder.
We need to backup the drive screen datas online to Firebase, so that if any user signs into different device, then the drive list needs to be automatically fetched from Firebase and to be filled.
For this issue, you just need to design the same schema pattern in Firebase. You can start by creating your own Firebase project here and add your google-services.json from Firebase project in app/
Please refer README.md for more details. Feel free to comment here, if you face any issues.
The text was updated successfully, but these errors were encountered:
Presently App's database is build using
SQLiteDatabase
. You can have a look in this folder.We need to backup the
drive screen
datas online toFirebase
, so that if any user signs into different device, then the drive list needs to be automatically fetched fromFirebase
and to be filled.For this issue, you just need to design the same schema pattern in
Firebase
. You can start by creating your ownFirebase
project here and add yourgoogle-services.json
fromFirebase
project inapp/
Please refer
README.md
for more details. Feel free to comment here, if you face any issues.The text was updated successfully, but these errors were encountered: