added output ports for rtdb-push and firestore-add

This commit is contained in:
Peter Svensson
2019-06-22 16:02:14 +02:00
parent 782299982c
commit f9e47e2248
5 changed files with 8 additions and 4 deletions

View File

@ -8,7 +8,7 @@
cred: {value: "", type: 'firebase-config'}
},
inputs:1,
outputs:0,
outputs:1,
icon: "firebase-admin-icon.png",
label: function() {
return this.name||"rtdb-push";
@ -46,5 +46,5 @@
</script>
<script type="text/x-red" data-help-name="rtdb-push">
<p>A node that wraps the rtdb-push SDK</p>
<p>A node that wraps the rtdb-push SDK.</p>
</script>