How can storage be isolated for an app instance

For this app I’m doing we’re building a version for test for each feature branch, which means that there might be multiple installs of the app on a device. These seem to be sharing storage, and I can’t really understand how to control this.

What configuration controls when the ionic storage plugin re-uses an instance? Can you force it to isolate that instance on an app install so storage is not shared?