@gogovega/node-red-contrib-cloud-firestore 0.1.0
Node-RED nodes to communicate with Google Cloud Firestore
[!CAUTION] BREAKING CHANGES: v0.1.0: the required version of Node.js is now >=18
What is it?
This package is used to communicate with Google Cloud Firestore.
It allows to add, modify and fetch data from your databases aswell as subscribing to data at the paths you specify which yields a payload
whenever a value changes.
The Nodes
There are 3 nodes included with this contrib:
Node | Purpose |
---|---|
Firestore IN | Subscribes to data at the specified path, which yields a payload whenever a value changes. |
Firestore GET | Fetches data from the specified path. Query constraints can be used to sort and order your data. |
Firestore OUT | SET , UPDATE or DELETE data at the target Database. |
On the video above, we can see the "Query Constraint" feature, which is used to sort and order your data as required, and also shown is the "Drag and drop JSON file" feature, which automatically populates the fields with the content of the JSON file you provide.
How to use?
- From Manage Palette
Find this package @gogovega/node-red-contrib-cloud-firestore
and click install.
- Install Manually
.node-red
is usually relative to the users home directory that is running Node RED.
cd ~/.node-red
npm install @gogovega/node-red-contrib-cloud-firestore --omit=dev
Remember to restart Node RED after using either method.
Authentication Methods
Anonymous
Email
Private Key
(Firebase Admin Node.js SDK)Custom Token
(Generated with Private Key)
Read more about the different ways to authenticate here.
Getting Started Link
- Installing: System requirements and install instructions
- Build Database: How to build a Firestore database?
- Authentication Methods: Which method used to connect?
- RTDB: You search for the Firebase RealTime DataBases?
- Wiki: Just about everything
- Firebase Site: What is Firebase?
- Change Log: Whats changed?
[!NOTE] Not all links are active yet - just be patient :wink:
Feature Request
If you have any other suggestions, please let me know here.
License
MIT License
Copyright (c) 2023-2024 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.