Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

v0.0.12

Compare
Choose a tag to compare
@mrozbarry mrozbarry released this 07 Apr 14:39
· 17 commits to master since this release

What

  • Removed uuid hack for queries.
  • Added some more thorough documentation in Firebase.Database.Query.elm. No examples per method yet, but at least a reasonable explanation.
  • Bumped firebase version in examples and in README.md

Fixes

  • I was able to remove a bit of a hack as part of the native side of queries. Previously, I was "secretly" creating uuids and assigning them to Queries so the effect manager, but now, with the magic of .isEqual for References and Queries, I was able to completely remove it.