Login after moving platforms (to ionic)

Hi,

Currently we have an app running on a outdated platform which we are going to update with a ionic 3 app. We figured we could just update the app if we gave it the same app id etc. Now all our users login and we store some tokens etc. in the secure storage module. The secure storage plugin of ionic needs a container name to be able to store this data, but our old app does not require a container name. I assume it receives a default container name of some sort.

Does anybody know if their is a default value or something that is used on ios and/or android. The second option would be to retrieve all containers from secure storage but i can image this is not an option because of security.

Any help is appreciated,
Robin

Migrating data is always a difficult thing to do.

Can you tell us a bit more about your current app? How exactly did you implement what?