Skip to content

Releases: GogoVega/node-red-contrib-cloud-firestore

0.1.2: Maintenance Release

27 Feb 10:22
e002210
Compare
Choose a tag to compare

Changes

  • Update the demo-flow in a more Firestore way
  • Ignore evaluatePayloadForFieldValue if payload is undefined (#12)
  • Update Firestore GET node for payload.changes deprecation
  • Bump @gogovega/firebase-config-node from 0.2.1 to 0.2.3
    • Using RTDB status must validate database URL

Enhances

  • Allow Firestore IN to be dynamic (#11)
  • Introduce the First Flow tour guide (#13)

Fixes

  • FirestoreUI.validators.path error messages (#10)

Improves

  • Some Improvements (#9)
    • Ensure to persist the Permission Denied status
    • Update the Confirm Update message
    • Replace nodeId by node instance for statusListener

Full Changelog: v0.1.1...v0.1.2

0.1.1: Maintenance Release

03 Feb 19:41
901bd38
Compare
Choose a tag to compare

Changes

  • Bump @gogovega/firebase-config-node from 0.2.0 to 0.2.1
    • Do not call signout if app initialization failed (#15)
    • Fix bad Query object returned by applyQueryConstraints (#16)

Full Changelog: v0.1.0...v0.1.1

0.1.0: Major Release

26 Oct 12:05
400aa8e
Compare
Choose a tag to compare

Breaking Changes

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

Changes

  • Bump @gogovega/firebase-config-node from 0.1.3 to 0.2.0
    • Only don't wait signout for Firestore and add a safety delay (#12)
    • Set required version of Node.js to >=18
    • Set required version of Node-RED to >=3

Full Changelog: v0.0.3...v0.1.0

0.0.3: Maintenance Release

22 Aug 13:27
b56af01
Compare
Choose a tag to compare

Changes

  • Improve Config Node version checking (#4)
  • Bump @gogovega/firebase-config-node from 0.1.2 to 0.1.3

Full Changelog: v0.0.2...v0.0.3

0.0.2: Maintenance Release

17 Aug 17:06
178c817
Compare
Choose a tag to compare

Changes

  • Skip database initialization if Config Node version is not satisfied (#3)
  • Bump @gogovega/firebase-config-node from 0.1.0 to 0.1.2

Improvements

  • Allow multiple use of orderBy and where Query Constraints (#2)

0.0.1: Initial Release

14 Aug 18:09
5d6711f
Compare
Choose a tag to compare

Initial Release of @gogovega/node-red-contrib-cloud-firestore.