added on nodes for rtdb and firestore andmade nodes pass through msg objects with as little changes as possible

This commit is contained in:
Peter Svensson
2019-07-15 10:27:01 +02:00
parent e9fd502879
commit fefe2f2509
24 changed files with 453 additions and 48 deletions

View File

@ -53,4 +53,9 @@
<script type="text/x-red" data-help-name="firestore-get">
<p>A node that wraps the firestore-get SDK</p>
Get data from a document path in the firestore database
<p>
input: {"payload": {"path": "foo/bar"}}
<p>
output: <the document at the path "foo/bar" in the firestore database>
</script>