Liking cljdoc? Tell your friends :D

fire.core


connection-poolclj

(connection-pool thread-count)

Create a connection pool for fast access to firebase

Create a connection pool for fast access to firebase
sourceraw docstring

db-base-urlclj

(db-base-url db-name)

Returns a proper Firebase base url given a database name

Returns a proper Firebase base url given a database name
sourceraw docstring

db-urlclj

(db-url db-name path)

Returns a proper Firebase url given a database name and path

Returns a proper Firebase url given a database name and path
sourceraw docstring

delete!clj

(delete! db-name path auth & [options])

Deletes data from Firebase database at a given path

Deletes data from Firebase database at a given path
sourceraw docstring

escapeclj

(escape query)

Surround all strings in query with quotes

Surround all strings in query with quotes
sourceraw docstring

firebase-rootclj

source

http-typeclj

source

push!clj

(push! db-name path data auth & [options])

Appends data to a list in a Firebase db at a given path.

Appends data to a list in a Firebase db at a given path.
sourceraw docstring

readclj

(read db-name path auth & [options])

Retrieves data from Firebase database at a given path

Retrieves data from Firebase database at a given path
sourceraw docstring

recursive-mergeclj

(recursive-merge a b)

Recursively merge hash maps.

Recursively merge hash maps.
sourceraw docstring

requestclj

(request method db-name path data & [auth options])

Request method used by other functions.

Request method used by other functions.
sourceraw docstring

shutdown!clj

(shutdown! pool)

Shutdown connection pool and the associated threads.

Shutdown connection pool and the associated threads.
sourceraw docstring

update!clj

(update! db-name path data auth & [options])

Updates data in a Firebase database at a given path via destructively merging.

Updates data in a Firebase database at a given path via destructively merging.
sourceraw docstring

write!clj

(write! db-name path data auth & [options])

Creates or destructively replaces data in a Firebase database at a given path

Creates or destructively replaces data in a Firebase database at a given path
sourceraw docstring

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

× close