GoogleCloudPlatform / node-red-contrib-google-cloud

Node-RED nodes for Google Cloud Platform
Apache License 2.0
90 stars 57 forks source link

Design and implement support for FireStore #40

Closed kolban-google closed 4 years ago

kolban-google commented 4 years ago

FireStore is a NoSQL database. This issue will track the design and development of FireStore nodes.

kolban-google commented 4 years ago

Design

The logical functions we want to support are:

We will assume that msg.payload contains:

For set and update:

For query:

kolban-google commented 4 years ago

Delivered in 0.0.10