Skip to content

Getting Started

Gauthier Dandele edited this page Aug 17, 2024 · 3 revisions

Requirements are needed to install this nodes palette.

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.

manage-palette

Click on the Install tab then hit @gogovega/node-red-contrib-cloud-firestore and finally click on Install.

install-from-palette

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.

Command Line

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

Next Step

Clone this wiki locally