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
.
Click on the Install
tab then enter @gogovega/node-red-contrib-firebase-realtime-database
and finally click on Install
.
Command Line
- Open your terminal and paste the following command:
cd ~/.node-red
npm install @gogovega/node-red-contrib-firebase-realtime-database --omit=dev
- Restart Node-RED.