ReactFire reference docs / useStorageTask
useStorageTask<
T>(task,ref,options?):ObservableStatus<T|UploadTaskSnapshot>
Defined in: src/storage.tsx:16
Subscribe to the progress of a storage task
T = unknown
UploadTask
the task you want to listen to
StorageReference
reference to the blob the task is acting on
ObservableStatus<T | UploadTaskSnapshot>