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
Storage is planned to be a simple, generic key-value storage that returns json. /api/data/<id> should return the (json) value from the key <id>.
/api/data/<id>
<id>
Alternatives:
@andrroy and me talked briefly about it yesterday. We're both noobs in Firebase, and want to learn. So we're leaning towards that.
There's dummy storage code in api/data/[id].js.
The text was updated successfully, but these errors were encountered:
This gist can be related if we choose aws s3 storage https://gist.github.com/tomfa/7bb519a34262353087a83712539eb6b0
Sorry, something went wrong.
tomfa
No branches or pull requests
Storage is planned to be a simple, generic key-value storage that returns json.
/api/data/<id>
should return the (json) value from the key<id>
.Alternatives:
@andrroy and me talked briefly about it yesterday. We're both noobs in Firebase, and want to learn. So we're leaning towards that.
There's dummy storage code in api/data/[id].js.
The text was updated successfully, but these errors were encountered: