Package-level declarations
Types
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.
Exception that gets thrown when an operation on Firebase Storage fails.
Metadata for a StorageReference. Metadata stores default attributes such as size and content type. You may also store custom metadata key value pairs. Metadata values may be used to authorize operations using declarative validation rules.
A flow that emits Progress objects containing the state of an upload.
Represents a reference to a Google Cloud Storage object. Developers can upload and download objects, get/set object metadata, and delete an object at a specified path.
Properties
Returns the FirebaseStorage instance of the default FirebaseApp.
Returns the FirebaseStorage instance of the default FirebaseApp.
Functions
Returns the FirebaseStorage instance of a given FirebaseApp.
Returns the FirebaseStorage instance of the default FirebaseApp.
Returns the FirebaseStorage instance of a given FirebaseApp.
Returns a FirebaseStorageMetadata object initialized using the init function.