-
Notifications
You must be signed in to change notification settings - Fork 507
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
feat: support base in useStorage(base?: string)
and improve docs
#1012
Conversation
β Live Preview ready!
|
I added tests but I am struggling to make them work, no idea what is the signature of |
Codecov Report
@@ Coverage Diff @@
## main #1012 +/- ##
==========================================
+ Coverage 67.66% 67.69% +0.03%
==========================================
Files 60 60
Lines 6161 6167 +6
Branches 692 692
==========================================
+ Hits 4169 4175 +6
Misses 1982 1982
Partials 10 10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
useStorage(base?: string)
and improve docs
π Linked issue
Resolves #1008
β Type of change
π Description
Support
useStorage(base)
as well as improving the documentation about storage.π Checklist