Operating System
macOS
Browser Version
Safari 16.5.2
Firebase SDK Version
10.7.0
Firebase SDK Product:
Storage
Describe your project's tooling
index.html with source tag. Just javascript.
Describe the problem
Upload from a string says
uploadString() returns an UploadTask, which you can use as a promise or use to manage and monitor the status of the upload.
Which is false. uploadString returns a Promise<UploadResult>
Steps and code to reproduce issue
Already described.