-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Gauthier Dandele edited this page Aug 17, 2024
·
3 revisions
Requirements are needed to install this nodes palette.
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 hit @gogovega/node-red-contrib-cloud-firestore
and finally click on Install
.
Warning
After installation, a restart of Node-RED is required in order to load the Config Node. This is a current limitation of Node-RED.
- Open your terminal and paste the following command:
cd ~/.node-red
npm install @gogovega/node-red-contrib-cloud-firestore --omit=dev
- Restart Node-RED.