It would be great to be able to provide a custom storage provider instead of defaulting to localStorage. In my case, I would like to pass Storage from @ionic/storage which uses IndexedDB by default. Basically, the Storage provider only needs to implement getItem, setItem and removeItem to be compatible with most storage providers.
It would be great to be able to provide a custom storage provider instead of defaulting to localStorage. In my case, I would like to pass Storage from @ionic/storage which uses IndexedDB by default. Basically, the Storage provider only needs to implement getItem, setItem and removeItem to be compatible with most storage providers.