Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

71 lines (38 loc) · 1.06 KB

Change log

0.2.0

Breaking Changes

  • Set required version of Node.js to >=18
  • Set required version of Node-RED to >=3

Changes

  • Only don't wait signout for Firestore and add a safety delay (#12)
  • Bump dependencies to latest

0.1.5

Changes

  • Bump dependencies to latest

0.1.4

Changes

  • Bump dependencies to latest
    • Removed an unnecessary console.log statement

0.1.3

Changes

  • Remove the deprecated fetchSignInMethodsForEmail function (#11)

Fixes

  • Missing call to done in the catch while closing the node

0.1.2

Fixes

  • Fix Promise resolution when closing the Config Node (#10)

0.1.1

Changes

  • Bump dependencies to latest

Fixes

  • Version property setted on function instead of node

Improvements

  • Allow use of orderBy and where Query Constraints on multiple fields (#9)

0.1.0

Changes

  • Allow Firestore nodes to use RTDB connection status (#7)
  • Bump dependencies to latest

New Features

  • Add get, modify and subscribe methods to Firestore (#6)

0.0.1

Initial version