JSPM

  • Created
  • Published
  • Downloads 170
  • Score
    100M100P100Q98763F
  • License MIT

Node-RED nodes to communicate with Google Firebase Realtime Database

Package Exports

  • @gogovega/node-red-contrib-firebase-realtime-database
  • @gogovega/node-red-contrib-firebase-realtime-database/src/database.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gogovega/node-red-contrib-firebase-realtime-database) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-red-contrib-firebase-realtime-database

Node-RED nodes to communicate with Firebase Realtime Database.

demo nodes

What is it?

This package is used to communicate with Firebase Realtime Database. It allows to add, modify and get data from database and also to subscribe to data in the specified path which sends a message whenever a value changes.

The Nodes

nodes screenshot

There are 3 node included with this contrib:

  • Firebase in: Subscribes to data in the specified path which sends a message whenever a value changes.
  • Firebase get: Get data from specified path.
  • Firebase out: SET, PUSH, UPDATE or REMOVE data to Database.

How to use?

  • From Manage Palette

Find this package @gogovega/node-red-contrib-firebase-realtime-database and click install.

  • Install Manually
cd ~/.node-red
npm install @gogovega/node-red-contrib-firebase-realtime-database
node-red

Authentication Methods

  • Anonymous
  • Email
  • Private Key

Read more about the different ways to authenticate here.

Future Features

  • Sign in with Custom Token

License

MIT License

Copyright (c) 2022 Gauthier Dandele

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.