veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 407 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage-types](./storage-types.md) > [UploadResult](./storage-types.uploadresult.md) > [ref](./storage-types.uploadresult.ref.md)
## UploadResult.ref property
The reference that spawned this upload.
<b>Signature:</b>
```typescript
readonly ref: StorageReference;
```