Skip to content

Releases: sejr/firegraph

Fixed issue that resulted in making duplicate requests.

04 Feb 21:37

Choose a tag to compare

v1.0.12

fix: corrected resolveDocument to prevent duplicate requests

Fixes relating to WHERE query params.

04 Feb 02:50

Choose a tag to compare

v1.0.11

chore: stop tracking lib to avoid inconsistencies

Added WHERE support!

02 Feb 21:26

Choose a tag to compare

Now you can filter your query results based on simple (for right now) equality checks. Maps directly to firestore#where(key, "==", value)

v1.0.6: Merge branch 'master' of github.com:sejr/firegraph

01 Feb 17:59

Choose a tag to compare

* 'master' of github.com:sejr/firegraph:
  doc: minor note regarding references
  docs: better examples in readme

v1.0.4

01 Feb 14:26

Choose a tag to compare

docs: no need to iterate results in examples