firebase-cljs Api Documentation

Version: 1.3.0

firebase-cljs.storage

FirebaseStorage

protocol

members

get-app

(get-app _)

The app associated with this service.

get-operation-time

(get-operation-time _)

The maximum time to retry operations other than uploads or downloads in milliseconds.

get-upload-time

(get-upload-time _)

The maximum time to retry uploads in milliseconds.

get-ref

(get-ref _ path)

Returns a reference for the given path in the default bucket.

get-ref-url

(get-ref-url _ path)

Returns a reference for the given absolute URL.

set-operation-time

(set-operation-time _ time)

Set maximum operation retry time in milliseconds.

set-upload-time

(set-upload-time _ time)

Set maximum upload retry time in milliseconds.