Liking cljdoc? Tell your friends :D
ClojureScript only.

firebase-cljs.database.datasnapshot


FirebaseDatabaseDataSnapshotcljsprotocol

childcljs

(child _ child)

Get child DataSnapshot from DataSnapshot.

Get child DataSnapshot from DataSnapshot.

for-eachcljs

(for-each _ action)

Enumerate the top-level children in the DataSnapshot.

Enumerate the top-level children in the DataSnapshot.

existscljs

(exists _)

Returns True if val != Null.

Returns True if val != Null.

children?cljs

(children? _)

Returns True if DataSnapshot has children.

Returns True if DataSnapshot has children.

keycljs

(key _)

Get DataSnapshot key.

Get DataSnapshot key.

refcljs

(ref _)

Get DataSnapshot ref.

Get DataSnapshot ref.

valcljs

(val _)

Convert the DataSnapshot to a Javascript value (number, boolean, string, Object, Array or null).

Convert the DataSnapshot to a Javascript value (number, boolean, string, Object, Array or null).

get-prioritycljs

(get-priority _)

Returns priority value as String, Number or Null.

Returns priority value as String, Number or Null.

count-childrencljs

(count-children _)

Returns children count.

Returns children count.

child?cljs

(child? _ child)

Returns True if DataSnapshot has child.

Returns True if DataSnapshot has child.

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

× close