This repository was archived by the owner on Mar 29, 2022. It is now read-only.
Security Rules + Replace MockFirebase with the Offical Firebase Client
- Basic support for Firebase Security rules through targaryen (fixes #11)
- Switch from
MockFirebaseto the official Firebase client library (#13, contributed by jamestalmage) - Deprecate the
getData()method. Use instead the newgetValue()method which returns a promise - Add an
exportData()method for fetching the data along with priority values