firebase_storage/firebase_storage
library
Classes
-
DownloadTask
-
A class which indicates an on-going download task.
-
FirebaseStorage
-
The entrypoint for FirebaseStorage.
-
FullMetadata
-
The result of calling
getMetadata
on a storage object reference.
-
ListOptions
-
The options
FirebaseStoragePlatform.list
accepts.
-
ListResult
-
Class returned as a result of calling a list method (
list
or listAll
)
on a Reference.
-
Reference
-
Represents a reference to a Google Cloud Storage object. Developers can
upload, download, and delete objects, as well as get/set object metadata.
-
SettableMetadata
-
The settable metadata a storage object reference can be set with.
-
Task
-
A class representing an on-going storage task that additionally delegates to a Future.
-
TaskSnapshot
-
A TaskSnapshot is returned as the result or on-going process of a Task.
-
UploadTask
-
A class which indicates an on-going upload task.
Exceptions / Errors
-
FirebaseException
-
A generic class which provides exceptions in a Firebase-friendly format
to users.