Liking cljdoc? Tell your friends :D

firemore.firestore


active-transactionscljs

source

add-db!cljs

(add-db! reference collection value)
(add-db! reference collection value options)
source

add-limit-to-refcljs

(add-limit-to-ref ref query)
source

add-order-to-refcljs

(add-order-to-ref ref query)
source

add-reference-to-transactioncljs

(add-reference-to-transaction transactions trx reference)
source

add-where-to-refcljs

(add-where-to-ref ref query)
source

build-pathcljs

(build-path fb path)
source

build-querycljs

(build-query fb path query)
source

chan->promisecljs

(chan->promise c)
(chan->promise c reject?)
(chan->promise c reject? finally-fx)
source

clojurifycljs

(clojurify json-document)
source

commit-batch!cljs

(commit-batch! btx)
source

convert-if-stringcljs

(convert-if-string order-expression)
source

create-batchcljs

(create-batch)
(create-batch fb)
source

default-optionscljs

(default-options)
source

delete-db!cljs

(delete-db! reference)
(delete-db! reference options)
source

doc-upgradercljs

(doc-upgrader reference doc)
source

expand-ordercljs

(expand-order order)
source

expand-querycljs

(expand-query query)
source

expand-wherecljs

(expand-where where)
source

filter-by-querycljs

(filter-by-query ref query)
source

get-dbcljs

(get-db reference)
(get-db reference options)
source

index-of-transactioncljs

(index-of-transaction transactions trx)
source

jsonifycljs

(jsonify value)
source

keywordize->strcljs

(keywordize->str k)

Mirror function for str->keywordize

Mirror function for str->keywordize
sourceraw docstring

listencljs

(listen reference)
(listen reference options)
source

merge-default-optionscljs

(merge-default-options options)
source

noop-unwritten-reads!cljs

(noop-unwritten-reads! transactions trx)
source

promise->chancljs

(promise->chan promise)
(promise->chan promise on-success)
(promise->chan promise on-success on-failure)
source

refcljs

(ref path)
(ref fb path)

Convert a firemore reference to a firebase reference

Convert a firemore reference to a firebase reference
sourceraw docstring

remove-reference-from-transactioncljs

(remove-reference-from-transaction transactions trx reference)
source

remove-transaction-from-transactionscljs

(remove-transaction-from-transactions transactions trx)
source

replace-timestampcljs

(replace-timestamp m)

Replace `config/TIMESTAMP (keyword) with firebase Server Timestamp

Replace `config/TIMESTAMP (keyword) with firebase Server Timestamp
sourceraw docstring

server-timestampcljs

source

set-db!cljs

(set-db! reference value)
(set-db! reference value options)
source

shared-dbcljs

(shared-db fb reference)
(shared-db fb reference value)
source

snapshot-handlercljs

(snapshot-handler collection? c reference snapshot)
source

snapshot-listen-options->jscljs

(snapshot-listen-options->js options)
source

str->keywordizecljs

(str->keywordize s)

If s begins with ':' then convert into a keyword, else returns 's

If s begins with ':' then convert into a keyword, else returns 's
sourceraw docstring

transact-db!cljs

(transact-db! update-fx)
(transact-db! update-fx options)
source

unlisten-dbcljs

(unlisten-db {:keys [unsubscribe]})
source

update-db!cljs

(update-db! reference value)
(update-db! reference value options)
source

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

× close