-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
custom storage option #146
Comments
Just for an example, I have to do all sorts of trickery to get auth working:
If feather-pinia already understood how to work with chrome.storage I could probably cut out a lot of this hacky stuff. |
Yep. I think you can do the following in a PR:
I think that should do the trick. |
I've started a draft PR here: https://github.com/marshallswain/feathers-pinia/pull/147/files |
I use feathers pinia in a chrome extension and would be great if I could sync with chrome.storage.sync or chrome.storage.local which does not conform to the standard browser Storage {} interface.
Is there a way to do this in v3?
The text was updated successfully, but these errors were encountered: