Local Storage or Storage or NativeStorage?

Use Ionic’s Storage service. It will automatically use the best storage available, which will be browser-based local storage by default, but if you install the SQLite plugin then it will use that instead (and the implementation remains the same, it can still be used as simple key-value storage).

3 Likes