Native Storage

Store and retrieve data in the device using Ionic Framework. Learn how we use NativeStorage in Ion2FullApp Ionic Template.

NativeStorage allows you store to and retrieve data in the device. We use it in the app to store and retrieve the social logins data.

To install it run:

$ ionic plugin add --save cordova-plugin-nativestorage

$ npm install --save @ionic-native/native-storage

For more information please read: https://ionicframework.com/docs/native/native-storage/

Last updated