Skip to content

Releases: codediodeio/geofirex

0.1.0

07 Nov 17:51
41a224b

Choose a tag to compare

  • Node support with Firebase Admin
  • API change. collection now called query.
  • API change. point now returns a plain JS object.
  • Removed unnecessary convenience methods and writes.
  • Added logging to track total doc reads in a query.
  • Various fixes and performance optimizations.

0.0.6

13 Jul 17:00

Choose a tag to compare

0.0.6 Pre-release
Pre-release

Slight API change to collection

From: setPoint(id, lat, lng, field?)

To: setPoint(id, field, lat, lng)

0.0.5

11 Jul 12:52

Choose a tag to compare

0.0.5 Pre-release
Pre-release

Fixed issue with geojson typing