Skip to content

Releases: GogoVega/Firebase-Config-Node

0.2.0: Major Release

26 Oct 11:08
50fda31
Compare
Choose a tag to compare

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

Full Changelog: v0.1.5...v0.2.0

0.1.5: Maintenance Release

28 Sep 12:23
c4a622f
Compare
Choose a tag to compare

Changes

  • Bump dependencies to latest

Full Changelog: v0.1.4...v0.1.5

0.1.4: Maintenance Release

29 Aug 16:34
b7b81fa
Compare
Choose a tag to compare

Changes

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

Full Changelog: v0.1.3...v0.1.4

0.1.3: Maintenance Release

21 Aug 10:30
59055c9
Compare
Choose a tag to compare

Changes

  • Remove the deprecated fetchSignInMethodsForEmail function (#11)

Fixes

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

Full Changelog: v0.1.2...v0.1.3

0.1.2: Maintenance Release

17 Aug 17:05
cc5d5d4
Compare
Choose a tag to compare

Fixes

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

0.1.1: Maintenance Release

16 Aug 11:28
93fc68a
Compare
Choose a tag to compare

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: Milestone Release

14 Aug 17:56
8349d05
Compare
Choose a tag to compare

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 Release

10 Aug 15:10
ad4b29a
Compare
Choose a tag to compare

Initial Release of @gogovega/firebase-config-node.