Data Storage
An introduction to Ionic's built-in data storage utility, Ionic Storage.
We'll cover the following...
Ionic Storage
Let’s face it, without some way of persisting data, our apps are going to be pretty useless in the long run.
Whether we want to load and display a list of user scores for previous sessions of a game or allow users to manage personal data, the ability to both store and retrieve data is hugely important.
We’ll explore how to persist data across different app sessions using Ionic’s default built-in storage utility, the creatively named Ionic Storage.