Liking cljdoc? Tell your friends :D

firemore.firestore


*transaction*cljs

source

*transaction-unwritten-docs*cljs

source

add-db!cljs

(add-db! reference value)
(add-db! fb reference value)
source

add-limit-to-refcljs

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

add-order-to-refcljs

(add-order-to-ref ref query)
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

clojurifycljs

(clojurify json-document)
source

convert-if-stringcljs

(convert-if-string order-expression)
source

delete-db!cljs

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

disj-referencecljs

(disj-reference reference)

Remove 'reference from list of items that must be written in transaction

Remove 'reference from list of items that must be written in transaction
sourceraw docstring

doc-handlercljs

(doc-handler c doc)
(doc-handler c doc removed?)
source

doc-upgradercljs

(doc-upgrader doc)
(doc-upgrader doc removed?)
source

expand-ordercljs

(expand-order order)
source

expand-querycljs

(expand-query query)
source

expand-wherecljs

(expand-where where)
source

FBcljs

source

filter-by-querycljs

(filter-by-query ref query)
source

get-dbcljs

(get-db reference)
(get-db fb reference)
source

jsonifycljs

(jsonify value)
source

keywordize->strcljs

(keywordize->str k)

Mirror function for str->keywordize

Mirror function for str->keywordize
sourceraw docstring

listen-to-collectioncljs

(listen-to-collection reference)
(listen-to-collection fb reference)
source

listen-to-documentcljs

(listen-to-document reference)
(listen-to-document fb reference)
source

promise->chancljs

(promise->chan fx)
(promise->chan fx on-success)
(promise->chan fx 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

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! fb reference value)
source

shared-dbcljs

(shared-db fb reference)
(shared-db fb reference value)
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

unlisten-dbcljs

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

update-db!cljs

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

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

× close