firebase-cljs.database.reference
FirebaseDatabaseReference
protocol
members
set-with-priority!
(set-with-priority! _ val priority)
(set-with-priority! _ val priority callback)
Writes data to this Firebase location. Like set() but also specifies the priority for that data.
transaction
(transaction _ update)
(transaction _ update callback)
(transaction _ update callback locally)
Atomically modifies the data at this location.
push!
(push! _)
(push! _ val)
(push! _ val callback)
Generates a new child location using a unique key and returns a Firebase reference to it.
set-priority!
(set-priority! _ priority)
(set-priority! _ priority callback)
Sets a priority for the data at this Firebase location.
update!
(update! _ obj)
(update! _ obj callback)
Writes the enumerated children to this Firebase location.