<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/storage-types](./storage-types.md) &gt; [StorageService](./storage-types.storageservice.md)

## StorageService interface

A Firebase Storage instance.

<b>Signature:</b>

```typescript
export interface StorageService 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [app](./storage-types.storageservice.app.md) | [FirebaseApp](./app-types.firebaseapp.md) | FirebaseApp associated with this StorageService instance. |
|  [maxOperationRetryTime](./storage-types.storageservice.maxoperationretrytime.md) | number | The maximum time to retry operations other than uploads or downloads in milliseconds. |
|  [maxUploadRetryTime](./storage-types.storageservice.maxuploadretrytime.md) | number | The maximum time to retry uploads in milliseconds. |

