<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/storage](./storage.md) &gt; [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. |

