We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To avoid corruption of data there should be a standard way to avoid overwriting production data / preferences
Not easily, as the appID is the key and it is set in the app init
Potentially adding "-develop" or similar to the end of a key automatically (or on a flag?) could avoid this problem.
Not sure if this is always desirable so open to discussion.
The text was updated successfully, but these errors were encountered:
Like a way to change Storage().RootURI()?
I'm currently using that as default directory, with a flag to change to another directory for testing (all file paths are relative).
Sorry, something went wrong.
No branches or pull requests
Checklist
Is your feature request related to a problem?
To avoid corruption of data there should be a standard way to avoid overwriting production data / preferences
Is it possible to construct a solution with the existing API?
Not easily, as the appID is the key and it is set in the app init
Describe the solution you'd like to see.
Potentially adding "-develop" or similar to the end of a key automatically (or on a flag?) could avoid this problem.
Not sure if this is always desirable so open to discussion.
The text was updated successfully, but these errors were encountered: