Skip to content

Releases: GogoVega/node-red-contrib-firebase-realtime-database

0.7.4: Maintenance Release

27 Feb 10:56
38d304b
Compare
Choose a tag to compare

Changes

  • Bump @gogovega/firebase-config-node from 0.2.2 to 0.2.3
    • Using RTDB status must validate database URL
    • Silent error when getting RTDB Setting

Fixes

  • The Firebase IN node input calculator

Improves

  • The tourGuide runner (for concurrent calls)

Full Changelog: v0.7.3...v0.7.4

0.7.3: Maintenance Release

23 Feb 15:38
06587b6
Compare
Choose a tag to compare

Changes

  • (Firebase IN) Offers all types to the Path field by default (#83)
  • Bump @gogovega/firebase-config-node from 0.2.1 to 0.2.2
    • Allow UI to set the RTDB defaultWriteSizeLimit setting (#18)

Enhances

  • (Query Constraint) Mark select input as error if constraint already used (#85)
  • Allow msg.listener to unsubscribe from data (#86)
  • Add new node statuses to improve tracking (#87)
  • Improve the node status and add Waiting status (#88)

Improves

  • Avoid Node Messaging timeout (#84)
  • Slight cleanup and move some Firebase class properties to static

Full Changelog: v0.7.2...v0.7.3

0.7.2: Maintenance Release

11 Feb 11:08
9e5884d
Compare
Choose a tag to compare

Changes

  • Update the Confirm Update msg (for pinned node versions)

Improves

  • The First flow tour guide (#81)

Full Changelog: v0.7.1...v0.7.2

0.7.1: Maintenance Release

08 Feb 12:52
df49956
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)

Enhancements

  • Introduce the First flow tour guide (#79)

Full Changelog: v0.7.0...v0.7.1

0.7.0: Major Release

26 Oct 12:02
a977003
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.5 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.6.0...v0.7.0

0.6.0: Major Release

04 Oct 12:59
b1647bf
Compare
Choose a tag to compare

Breaking Changes

  • The type of config-node (database-config) has changed to firebase-config.

Caution

This change breaks the runtime - it must be resolved to start the flows.
See more about the reason and the migration procedure.

Deprecated Features

  • (Firebase GET & IN) msg.method replaced by msg.constraints

Warning

This and other minor changes in the edit box are NON-breaking changes.
They are resolved automatically when you save a node. The Migration Wizard resolves them too.

Changes

  • (QueryConstraints) constraint and msg.method are deprecated (#57)
  • Only allows installations on Node RED version >=3 (7120f4e)
  • Update Firebase icon
  • Move all name fields to the top of the edit box (#72)

New Features

  • Support to dynamically set Firebase-in node properties (#54)
  • A new option has been added to the Output field so that the data is in JSON format (#58)
  • flow, global and jsonata options has been added to the Path field for all nodes (#59)
  • QueryConstraints: msg, flow, global and jsonata as new types for the Value field and the Child field (#61)
  • (ServerValue) Relax Integer rule to Number and add DECREMENT keyword (#63)
  • Feature: Add env field type to Path, Child and Value inputs (#66)

Enhancements

Refactors

  • Config Node Externalization (#53)
  • Use resources for editor to remove duplicates (#55)

Fixes

  • The value of the date option for the field type (#69)
  • Remove the deprecated fetchSignInMethodsForEmail function (#11)

Full Changelog: v0.5.5...v0.6.0

0.5.6: Maintenance Release (BackPort)

30 Sep 15:36
e283635
Compare
Choose a tag to compare

Changes

  • Bump dependencies to latest

Full Changelog: v0.5.5...v0.5.6

0.6.0-beta.5: Final Beta Pre-Release

28 Sep 12:43
4059e89
Compare
Choose a tag to compare
Pre-release

Changes

  • Bump @gogovega/firebase-config-node from 0.1.3 to 0.1.5
    • Removed an unnecessary console.log statement
    • Bump dependencies

Fixes

  • Autocomplete crash if database get request fails (#74)

Full Changelog: v0.6.0-beta.4...v0.6.0-beta.5


Full Changelog of v0.6: v0.5.5...v0.6.0-beta.5

0.5.5: Maintenance Release

02 Apr 19:18
ae39496
Compare
Choose a tag to compare

Changes

  • Bump dependencies to latest
  • Restrict all firebase versioning to patch

0.5.4: Maintenance Release

15 Dec 11:52
5a29550
Compare
Choose a tag to compare

Changes

  • Reduce firebase dependencies size by only used sub-dependencies
  • Bump new dependencies to latest
  • Bump firebase-admin from 11.11.0 to 12.0.0