Home > @firebase/storage > StorageService
StorageService interface
A Firebase Storage instance.
Signature:
export interface StorageService extends _FirebaseService
Extends: _FirebaseService
Properties
| Property | Type | Description |
|---|---|---|
| app | FirebaseApp | FirebaseApp associated with this StorageService instance. |
| maxOperationRetryTime | number | The maximum time to retry operations other than uploads or downloads in milliseconds. |
| maxUploadRetryTime | number | The maximum time to retry uploads in milliseconds. |