SecureStorage not found!

SecureStorage must be something different from NativeStorage. The difference seems to be SecureStorage stores cryptographed data.

This answer solved my problem with NativeStorage, but perhaps it will solve your problem with SecureStorage:

Also note that you must restart ionic serve/run so that the plugin takes effect after install it.