BroFOSS / Moto-Navigator

A navigation based project.
GNU General Public License v3.0
0 stars 4 forks source link

Backup the database of the App from SQLite to Firebase #3

Open opticod opened 6 years ago

opticod commented 6 years ago

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.

dabbler011 commented 6 years ago

@opticod may I work on this issue?

opticod commented 6 years ago

@dabbler011 Yaa sure

opticod commented 6 years ago

Reopening this, as #7 doesn't completely solves the problem.

opticod commented 6 years ago

There should also be a feature to reload the drive screen from the cloud backup.