Getting Started - GogoVega/node-red-contrib-firebase-realtime-database GitHub Wiki

Requirements

Please ensure your system meets the following requirements:

  • Node.js Version >= 14

Enter the following command to know the version of Node.js:

node -v

If you need to upgrade Node.js, go to their site.

Installing

You can install this module in the following ways:

Manage Palette

Open your browser and enter localhost:1880. Click on the menu then select Manage palette.

Capture d’écran 2023-03-29 à 09 40 08

Click on the Install tab then enter @gogovega/node-red-contrib-firebase-realtime-database and finally click on Install.

Capture d’écran 2023-03-29 à 09 41 06

Command Line

  1. Open your terminal and paste the following command:
cd ~/.node-red
npm install @gogovega/node-red-contrib-firebase-realtime-database --omit=dev
  1. Restart Node-RED.

Next Step