Ion2FullApp Ionic Template
Buy Ion2FullAppLive PreviewComments
  • What is Ion2FullApp?
  • About Ion2FullApp
  • Set up
  • Code Structure
  • Customize it
  • Data Integration
  • Nifty Stuff
  • Functionalities
    • Wordpress Integration
    • Firebase Integration
    • AdMob
    • App Rate
    • Multi Language
    • Video Playlist
    • Image Picker
    • Twitter Connect
    • Facebook Connect
    • Google Connect
    • Social Sharing
    • Google Maps
    • Call Number
    • Send email
    • Native Storage
  • Troubleshooting
  • Common Questions
Powered by GitBook
On this page
  1. Functionalities

Native Storage

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

PreviousSend emailNextTroubleshooting

Last updated 6 years ago

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:

NativeStorage
https://ionicframework.com/docs/native/native-storage/