ReactFire reference docs / useStorageDownloadURL
useStorageDownloadURL<
T>(ref,options?):ObservableStatus<string|T>
Defined in: src/storage.tsx:29
Subscribe to a storage ref's download URL
T = string
StorageReference
reference to the blob you want to download
ObservableStatus<string | T>