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
It is currently not possible to add file metadata during upload. It is only possible to call the updateMetadata(...) method after the upload.
updateMetadata(...)
It should be possible to add metadata during the upload of a file, see https://firebase.google.com/docs/storage/web/upload-files#add_file_metadata. This should be supported on Android, iOS and Web.
No response
I am setting a bounty of $50 on this issue.
The base branch to be used is feat/issue-506. This branch already contains the necessary type definitions (see #514).
feat/issue-506
The text was updated successfully, but these errors were encountered:
/attempt #506
Sorry, something went wrong.
I recommend to make the changes in the definitions.ts file first and let me review them before starting with the actual implementation.
As you have told, let me know should I move ahead.
I am new open-source, any mistake correction or guidance will be a great help
@triyam See #505 (comment)
The bounty is still available.
robingenz
Successfully merging a pull request may close this issue.
Plugin(s)
Current problem
It is currently not possible to add file metadata during upload. It is only possible to call the
updateMetadata(...)
method after the upload.Preferred solution
It should be possible to add metadata during the upload of a file, see https://firebase.google.com/docs/storage/web/upload-files#add_file_metadata.
This should be supported on Android, iOS and Web.
Alternative options
No response
Additional context
I am setting a bounty of $50 on this issue.
The base branch to be used is
feat/issue-506
. This branch already contains the necessary type definitions (see #514).Before submitting
The text was updated successfully, but these errors were encountered: