https://github.com/jbips/node-red-contrib-cloud-firebase-admin
Create a config node that can be shared by any node interacting with Firebase
https://github.com/jbips/node-red-contrib-cloud-firebase-admin
Last synced: 3 months ago
JSON representation
Create a config node that can be shared by any node interacting with Firebase
- Host: GitHub
- URL: https://github.com/jbips/node-red-contrib-cloud-firebase-admin
- Owner: JbIPS
- License: mit
- Created: 2019-10-22T16:03:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T22:23:58.000Z (almost 3 years ago)
- Last Synced: 2025-12-26T18:49:15.627Z (6 months ago)
- Language: HTML
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-contrib-cloud-firebase-admin
Node-RED nodes to configure a Firebase admin access
## Install
Install from the palette manager
``
node-red-contrib-cloud-firebase-admin
``
Install from [npm](https://www.npmjs.com/package/node-red-contrib-cloud-firebase-admin)
``
npm install node-red-contrib-cloud-firebase-admin
``
## Usage
Create the config node by pasting your `account.json` in the "Service Account Key"
## Use with other nodes
This node aims to be shared by other Firebase nodes. If you already installed it for one, you shouldn't install it multiple times.