Liking cljdoc? Tell your friends :D
ClojureScript only.

firebase-cljs.storage


FirebaseStoragecljsprotocol

get-appcljs

(get-app _)

The app associated with this service.

The app associated with this service.

get-operation-timecljs

(get-operation-time _)

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

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

get-refcljs

(get-ref _ path)

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

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

get-ref-urlcljs

(get-ref-url _ path)

Returns a reference for the given absolute URL.

Returns a reference for the given absolute URL.

get-upload-timecljs

(get-upload-time _)

The maximum time to retry uploads in milliseconds.

The maximum time to retry uploads in milliseconds.

set-operation-timecljs

(set-operation-time _ time)

Set maximum operation retry time in milliseconds.

Set maximum operation retry time in milliseconds.

set-upload-timecljs

(set-upload-time _ time)

Set maximum upload retry time in milliseconds.

Set maximum upload retry time in milliseconds.

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close