Offline Mode for Realtime Database Application

Hi guys,

is there any way to build an offline mode for an Ionic3 app with the Firebase Realtime Database (angularfire2) without migrating to Cloud Firestore? My data structure is very complex, so migrating would be just hard…

I found the angularfire2-offline package, which seems to do absolutely what I need! But this plugin is not compatible with the Angular and rsjx versions in the Ionic3 version.

Do you have any idea? What I need: Download the data once from database and storing to the device. Then sync to database if changes detected…

Regards! :slight_smile:

1 Like

I’m thinking about it now, I was thinking about storing the sqlite value and providing an option for the user to manually sync and then clear the sqlite, I don’t know if it’s a good practice, I’ll do a little more research