veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
23 lines (14 loc) • 779 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage-types](./storage-types.md) > [StorageObserver](./storage-types.storageobserver.md)
## StorageObserver interface
A stream observer for Firebase Storage.
<b>Signature:</b>
```typescript
export interface StorageObserver<T>
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [complete](./storage-types.storageobserver.complete.md) | CompleteFn \| null | |
| [error](./storage-types.storageobserver.error.md) | (error: [FirebaseStorageError](./storage-types.firebasestorageerror.md)<!-- -->) => void \| null | |
| [next](./storage-types.storageobserver.next.md) | NextFn<T> \| null | |