Ionic cloud user auth persistence

Hi all,
I’m using ionic cloud for fb and google auth. The problem is that ionic cloud uses local storage to store the authentication info, and it gets cleared arbitrarily because of which the user has to login again. As per my understanding this happens because of ios clearing local storage in case the phone is low on storage.

My question is, can I force ionic cloud to use another (persistent) form of storage than local storage?