Home > @firebase/storage > getDownloadURL
getDownloadURL() function
Returns the download URL for the given Reference.
Signature:
export declare function getDownloadURL(ref: StorageReference): Promise<string>;
Parameters
Parameter | Type | Description |
---|---|---|
ref | StorageReference |
Returns:
Promise<string>
A promise that resolves with the download URL for this object.