added on nodes for rtdb and firestore andmade nodes pass through msg objects with as little changes as possible
This commit is contained in:
@ -47,4 +47,7 @@
|
||||
|
||||
<script type="text/x-red" data-help-name="firestore-set">
|
||||
<p>A node that wraps the firestore-set SDK</p>
|
||||
Set data at a path in the firestore database. Uses "onSnapshot" so will fire every time the data at the path changes and so drive flow execution from that point.
|
||||
<p>
|
||||
input: {"payload": {"path": "foo/bar"}, {"some": object, "foo": 17}}
|
||||
</script>
|
||||
Reference in New Issue
Block a user