UNPKG

voluptasmollitia

Version:
27 lines (15 loc) 658 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/storage](./storage.md) &gt; [getDownloadURL](./storage.getdownloadurl.md) ## getDownloadURL() function Returns the download URL for the given Reference. <b>Signature:</b> ```typescript export declare function getDownloadURL(ref: StorageReference): Promise<string>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | ref | [StorageReference](./storage.storagereference.md) | | <b>Returns:</b> Promise&lt;string&gt; A promise that resolves with the download URL for this object.