-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started
GogoVega edited this page Oct 23, 2023
·
2 revisions
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.
You can install this module in the following ways:
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
.
- 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.