Cloud Storage statics.
Use the exported types directly instead. FirebaseStorageTypes namespace is kept for backwards compatibility.
firebase.storage; Copy
firebase.storage;
Possible string formats used for uploading via StorageReference.putString()
StorageReference.putString()
firebase.storage.StringFormat; Copy
firebase.storage.StringFormat;
An event to subscribe to that is triggered on a Upload or Download task.
firebase.storage.TaskEvent; Copy
firebase.storage.TaskEvent;
A collection of properties that indicates the current tasks state.
firebase.storage.TaskState; Copy
firebase.storage.TaskState;
Cloud Storage statics.
Deprecated
Use the exported types directly instead. FirebaseStorageTypes namespace is kept for backwards compatibility.
Example