voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 522 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage](./storage.md) > [UploadTaskSnapshot](./storage.uploadtasksnapshot.md) > [metadata](./storage.uploadtasksnapshot.metadata.md)
## UploadTaskSnapshot.metadata property
Before the upload completes, contains the metadata sent to the server. After the upload completes, contains the metadata sent back from the server.
<b>Signature:</b>
```typescript
metadata: FullMetadata;
```