0.2.4 • Published 8 years ago
firetail v0.2.4
Firetail
This package is a simple integration between the Firebase Database and the Bobtail functional reactive programming framework, using the bobtail-json-cell extension.
It provides read-only objects which can be bound to a Firebase ref, either as cells
(which subscribes to the value
event) or as lists (which subscribe to the child_added
, child_removed
,
and child_changed
events). Both types come in readonly and read-write variants.
Demo
Project Status
This code is in alpha state.
Acknowledgments
The first version of this was written during Dropbox's July 2017 Hack Week.