Storage class

A service for uploading and downloading large objects to and from the Google Cloud Storage.

See: firebase.google.com/docs/reference/js/firebase.storage.Storage

Properties

app App
App for this instance of storage service.
no setter
hashCode int
The hash code for this object.
no setterinherited
jsObject → StorageJsImpl
JS object.
finalinherited
maxOperationRetryTime int
Returns the maximum time to retry operations other than uploads or downloads (in milliseconds).
no setter
maxUploadRetryTime int
Returns the maximum time to retry uploads (in milliseconds).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ref([String? path]) StorageReference
Returns a StorageReference for the given path in the default bucket.
refFromURL(String url) StorageReference
Returns a StorageReference for the given absolute url.
setMaxOperationRetryTime(int time) → void
Sets the maximum operation retry time to a value of time.
setMaxUploadRetryTime(int time) → void
Sets the maximum upload retry time to a value of time.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getInstance(StorageJsImpl jsObject) Storage
Creates a new Storage from a jsObject.