The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

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.