Do I need Ionic secure storage plugin?

I have an ionic 3 application. I’m using localStorage, developers say it’s not reliable so I’m migrating to ionic storage, then I see secure storage, the sensitive data in the application are the login token for Rest API and Facebook login token.

I find it hard to accept that I need two plugins for storage. Do I really need them both?