Liking cljdoc? Tell your friends :D

firebase-clj

Minimalist Clojure[Script] Firebase Wrapper.

Work in progress.

Goals

  • avoid complicated wrappers where possible. prefer operations on vanilla firebase objects
  • provide uniform clj/cljs api where possible
  • where possible simplify with data driven api

TODO

  • implement complete firebase api
  • docs/docstrings
  • tests

Keyword/String Keys?

  • when persisting maps keyword keys are automatically converted to strings
  • when retrieving maps string keys are automatically converted to keywords
  • the library does no other serialization and just hands off to the firebase impl.

Can you improve this documentation? These fine people already did:
mrmcc3 & Michael McClintock
Edit on GitHub

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

× close