An open API service indexing awesome lists of open source software.

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

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.