ionic-storage | Ionic Storage module for Ionic apps | Storage library
kandi X-RAY | ionic-storage Summary
kandi X-RAY | ionic-storage Summary
ionic-storage is a TypeScript library typically used in Storage, Angular applications. ionic-storage has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
A simple key-value Storage module for Ionic apps. This utility uses the best storage engine available on the platform without having to interact with it directly (some configuration required, see docs below). As of 3.x, this library now supports any JavaScript project (old versions only supported Angular), and Angular-specific functionality has been moved to a new @ionic/storage-angular package. Out of the box, Ionic Storage will use IndexedDB and localstorage where available. To use SQLite for native storage, see the SQLite Installation instructions. For teams building security sensitive applications requiring encryption, 3.x now supports encryption through Ionic Secure Storage, see Encryption Support for instructions on using it.
A simple key-value Storage module for Ionic apps. This utility uses the best storage engine available on the platform without having to interact with it directly (some configuration required, see docs below). As of 3.x, this library now supports any JavaScript project (old versions only supported Angular), and Angular-specific functionality has been moved to a new @ionic/storage-angular package. Out of the box, Ionic Storage will use IndexedDB and localstorage where available. To use SQLite for native storage, see the SQLite Installation instructions. For teams building security sensitive applications requiring encryption, 3.x now supports encryption through Ionic Secure Storage, see Encryption Support for instructions on using it.
Support
Quality
Security
License
Reuse
Support
ionic-storage has a low active ecosystem.
It has 353 star(s) with 95 fork(s). There are 26 watchers for this library.
It had no major release in the last 12 months.
There are 29 open issues and 186 have been closed. On average issues are closed in 190 days. There are 20 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of ionic-storage is v4.0.0
Quality
ionic-storage has 0 bugs and 0 code smells.
Security
ionic-storage has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
ionic-storage code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
ionic-storage is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
ionic-storage releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
It has 481 lines of code, 0 functions and 41 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ionic-storage
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ionic-storage
ionic-storage Key Features
No Key Features are available at this moment for ionic-storage.
ionic-storage Examples and Code Snippets
No Code Snippets are available at this moment for ionic-storage.
Community Discussions
Trending Discussions on ionic-storage
QUESTION
Problems to get the data from Ionic Storage
Asked 2020-Jun-03 at 22:03
I have a problem with the Ionic-Storage. I want to save a boolean into the storage. The action is triggered by an ion-toggle. If the toggle is on= true, otherwise false. So I have create a service, which can save and get the data.
Storage-Service.ts
...ANSWER
Answered 2020-Jun-02 at 15:50Your getItem()
is not returning the value. Change it to:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ionic-storage
If using Angular, install the @ionic/storage-angular library instead:. If you'd like to use SQLite as a storage engine, see the SQLite Installation instructions.
The 2.x version of this plugin hard coded in the localForage-cordovaSQLiteDriver. This driver has been removed from the core code as of 3.x to provide more options for SQLite storage engines.
For non-enterprise apps, the old localForage-cordovaSQLiteDriver is still a fine choice but does not support encryption and is community maintained. See below for installation instructions.
For enterprise apps, we strongly recommend Ionic Secure Storage which is an enterprise SQLite engine with full encryption support out of the box and is fully supported and maintained by the Ionic team.
The 2.x version of this plugin hard coded in the localForage-cordovaSQLiteDriver. This driver has been removed from the core code as of 3.x to provide more options for SQLite storage engines.
For non-enterprise apps, the old localForage-cordovaSQLiteDriver is still a fine choice but does not support encryption and is community maintained. See below for installation instructions.
For enterprise apps, we strongly recommend Ionic Secure Storage which is an enterprise SQLite engine with full encryption support out of the box and is fully supported and maintained by the Ionic team.
Support
3.x adds a new method setEncryptionKey to support encryption when using with Ionic Secure Storage (see instructions above). This is an enterprise feature for teams with high security needs and provides the ability to use the simple @ionic/storage key-value API, or drop down to SQL for more powerful query and relational data support, all with full encryption. When paired with Ionic Identity Vault teams can safely manage encryption keys and provide biometric authentication when on or offline. Visit the Secure Storage product page to learn more about Secure Storage and inquire about a trial.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page