voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
20 lines (11 loc) • 494 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage](./storage.md) > [StorageReference](./storage.storagereference.md) > [toString](./storage.storagereference.tostring.md)
## StorageReference.toString() method
Returns a gs:// URL for this object in the form `gs://<bucket>/<path>/<to>/<object>`
<b>Signature:</b>
```typescript
toString(): string;
```
<b>Returns:</b>
string
The gs:// URL.