FAQ - GogoVega/node-red-contrib-firebase-realtime-database GitHub Wiki
Frequently Asked Questions
Where is the API Key?
Go to the Firebase console, click on the ⚙️ icon then select Project settings
.
Where is the Database URL?
Go to the Firebase console, the URL is in the red square.
How to check software versions?
How to check versions for our module and Node.js?
Our Module
- From Command Line
Open your command line and run the following command:
cd ~/.node-red
npm list --omit dev
- From Node-RED
Open Manage palette
from the Node-RED menu
Node.js
Open your command line and run the following command:
node -v