Open
Description
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
It's great that we have an UploadTask to handle uploads, but we don't have a DownloadTask for downloads. It seems like we can't pause, resume, cancel, or monitor downloads from cloud storage, just check if it completed or failed. Am I missing something? This is kind of a big deal...
Steps and code to reproduce issue
Already explained.