firebase / firebase/firebase-js-sdk
FR: DownloadTask
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 1k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 37
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](https://firebase.google.com/docs/reference/js/storage.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.
Contributor guide
Assessment
This issue has not been assessed yet.