Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 778 Bytes

CHANGELOG.md

File metadata and controls

28 lines (21 loc) · 778 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • update a single document
  • batch writes for writing, updating and deleting documents

Changed

  • fixed issue on DocumentValue and PrimitiveValue equality

[v0.1.0] - 2020-04-02

Added

  • initialise Firebase application
  • delete application
  • create firestore instance
  • create reference to a single document
  • delete document reference
  • set data for a single document
  • get snapshot for a single document
  • get data for data snapshot
  • listen to changes on document reference