docs-devsite/storage.firebasestorage.md
Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
A Firebase Storage instance.
<b>Signature:</b>
export interface FirebaseStorage extends _FirebaseService
<b>Extends:</b> _FirebaseService
| Property | Type | Description |
|---|---|---|
| app | FirebaseApp | The FirebaseApp associated with this <code>FirebaseStorage</code> 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. |
The FirebaseApp associated with this FirebaseStorage instance.
<b>Signature:</b>
readonly app: FirebaseApp;
The maximum time to retry operations other than uploads or downloads in milliseconds.
<b>Signature:</b>
maxOperationRetryTime: number;
The maximum time to retry uploads in milliseconds.
<b>Signature:</b>
maxUploadRetryTime: number;