Deletes the object at this reference's location.
Downloads the data at the object's location. Returns an error if the object is not found.
Downloads the data at the object's location. Returns an error if the object is not found.
Deletes the object at this reference's location.
Fetches metadata for the object at this location, if one exists.
Returns a Storage instance for the given app.
Downloads the data at the object's location. This API is only available in Nodejs.
List items (files) and prefixes (folders) under this storage reference
List all items (files) and prefixes (folders) under this storage reference.
Puts a file from local disk onto the storage bucket.
Returns a StorageReference for the given URL or path in the default bucket.
Sets the maximum time in milliseconds to retry a download if a failure occurs.
Sets the maximum time in milliseconds to retry a download if a failure occurs.. android & iOS only.
Sets the maximum time in milliseconds to retry an upload if a failure occurs. android & iOS only.
Updates the metadata for this object.
Uploads data to this object's location. The upload is not resumable.
Uploads data to this object's location. The upload is not resumable.
Uploads data to this object's location. The upload is not resumable.
Downloads a file to the specified local file path on the device.
Options for connecting to the storage emulator (web only).
Storage module instance
The full set of object metadata, including read-only properties.
Options for listing files and folders.
Result of listing files and folders.
Object metadata that can be set at any time.
A stream observer for Firebase Storage.
Storage reference to a file or folder location.
Snapshot of a storage task (upload or download).
Object metadata that can be set at upload.
Result returned from a non-resumable upload.
Represents the process of uploading an object. Allows you to monitor and manage the upload.
Holds data about the current state of the upload task.
An enumeration of the possible string formats for upload.
Storage task for uploads or downloads.
An event that is triggered on a task.
Result of a completed task.
Observer object for task state changes.
Represents the current state of a running upload/download.
A function that unsubscribes from an event listener.
An enumeration of the possible string formats for upload.
An event that is triggered on a task.
Represents the current state of a running upload/download.
Modify this Storage instance to communicate with the Firebase Storage emulator.