Indexed DB vs localStorage

Hi,

I’m trying to create an app with ionic framework, and I want to local store a large data, what you prefer to use, is localStoarge or IndexedDB?.
Did Ionic support IndexedDB?

Regards,
Ramzy

I think it is better to avoid the LocalStorage if you have a lot of data to back up.
Take a look at this post:
http://forum.ionicframework.com/t/what-persistent-data-storages-should-i-use/3707
http://forum.ionicframework.com/t/mobile-database/12778

1 Like

Try this: https://github.com/mozilla/localForage

2 Likes