voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
24 lines (15 loc) • 907 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage](./storage.md) > [StorageService](./storage.storageservice.md)
## StorageService interface
A Firebase Storage instance.
<b>Signature:</b>
```typescript
export interface StorageService extends _FirebaseService
```
<b>Extends:</b> \_FirebaseService
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [app](./storage.storageservice.app.md) | FirebaseApp | FirebaseApp associated with this StorageService instance. |
| [maxOperationRetryTime](./storage.storageservice.maxoperationretrytime.md) | number | The maximum time to retry operations other than uploads or downloads in milliseconds. |
| [maxUploadRetryTime](./storage.storageservice.maxuploadretrytime.md) | number | The maximum time to retry uploads in milliseconds. |