FirebaseStorage interface
Stay organized with collections
Save and categorize content based on your preferences.
A Firebase Storage instance.
Signature:
export interface FirebaseStorage extends _FirebaseService
Extends: _FirebaseService
Properties
FirebaseStorage.app
The FirebaseApp associated with this FirebaseStorage
instance.
Signature:
readonly app: FirebaseApp;
FirebaseStorage.maxOperationRetryTime
The maximum time to retry operations other than uploads or downloads in milliseconds.
Signature:
maxOperationRetryTime: number;
FirebaseStorage.maxUploadRetryTime
The maximum time to retry uploads in milliseconds.
Signature:
maxUploadRetryTime: number;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-22 UTC.
[null,null,["Last updated 2022-07-22 UTC."],[],[],null,["# FirebaseStorage interface\n\nA Firebase Storage instance.\n\n**Signature:** \n\n export interface FirebaseStorage extends _FirebaseService \n\n**Extends:** _FirebaseService\n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------|-----------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|\n| [app](./storage.firebasestorage.md#firebasestorageapp) | [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) | The [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) associated with this `FirebaseStorage` instance. |\n| [maxOperationRetryTime](./storage.firebasestorage.md#firebasestoragemaxoperationretrytime) | number | The maximum time to retry operations other than uploads or downloads in milliseconds. |\n| [maxUploadRetryTime](./storage.firebasestorage.md#firebasestoragemaxuploadretrytime) | number | The maximum time to retry uploads in milliseconds. |\n\nFirebaseStorage.app\n-------------------\n\nThe [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) associated with this `FirebaseStorage` instance.\n\n**Signature:** \n\n readonly app: FirebaseApp;\n\nFirebaseStorage.maxOperationRetryTime\n-------------------------------------\n\nThe maximum time to retry operations other than uploads or downloads in milliseconds.\n\n**Signature:** \n\n maxOperationRetryTime: number;\n\nFirebaseStorage.maxUploadRetryTime\n----------------------------------\n\nThe maximum time to retry uploads in milliseconds.\n\n**Signature:** \n\n maxUploadRetryTime: number;"]]