[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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;"]]