-
Notifications
You must be signed in to change notification settings - Fork 48
We are Lookforward to including sqlite in ionic 2 angularfireOffline! #3
Comments
Using SQLite would be a nice feature for native Ionic 2 projects because it would allow more offline storage. There would need to be a fallback on local storage if the Ionic project was also being used as a progressive web app. This library looks promising: https://github.com/litehelpers/Cordova-sqlite-storage Anyone interested is welcome to contribute to this feature. |
Oh we have the same problem right now.. Maybe we creating an AngularOffline Wrapper with SQLite . @aboessa have you already began on an angularFire2Offline Wrapper with SQLite? |
With the usage of localForage doesn't it only use localStorage as a fallback? |
@DennisSmolek you're totally right, it does use localStorage as a fallback. I like the custom drivers option! Perhaps using the Cordova SQLite Driver when AngularFire2 Offline is being used with Cordova would be a nice option to avoid the browser storage limits. |
You could simply use Ionic's storage module? Works both in browsers and on devices. Would require very little effort to implement. |
@larssn actually |
Indeed amazing work here and very well documented! Thanks. |
@iturn Thanks! |
Thanks for this great work. Any update on this? |
hey guys I just moved over from using azure offline sync with cordova which is a total load or rubbish, just want to see hows this coming along? |
Any updates on this? :) |
Hi , First thank you for this awosome work , but the package use localstorage which have many problem an differ platfroms such as android which is have 5 mb disk limit , and in ios the data can be deleted on any time refer to : https://cordova.apache.org/docs/en/4.0.0/cordova/storage/storage.html
If The Package Author Or Any experience one can contribute it with this feature, again thank you for this good work.
The text was updated successfully, but these errors were encountered: