Hello everyone,
I had developed and released an app with ionic 3. Now I’m about to release a new version of the app developed with ionic 5. The problem is that after updating the app the users cannot find the data saved in the Storage.
in both versions I used:
@ ionic / storage
and in app.module:
IonicStorageModule.forRoot ({
name: ‘k__mydb’,
driverOrder: [‘indexeddb’, ‘sqlite’, ‘websql’]
})
can you help me please?
2 posts - 2 participants