FirebaseStorage
FirebaseStorage is a service that supports uploading and downloading large objects to Google Cloud Storage. Pass a custom instance of FirebaseApp to Firebase.storage which will initialize it with a storage location.
Otherwise, if you call Firebase.storage without a FirebaseApp, the FirebaseStorage instance will initialize with the default FirebaseApp obtainable from Firebase.storage. The storage location in this case will come the JSON configuration file downloaded from the web.
Constructors
Properties
Returns the maximum time to retry operations other than upload and download if a failure occurs.
Returns the maximum time to retry an upload if a failure occurs.
Functions
Sets the maximum time to retry operations other than upload and download if a failure occurs.
Sets the maximum time to retry an upload if a failure occurs.
Modifies this FirebaseStorage instance to communicate with the Storage emulator.