fixed typo in rtdb get node and added auto setup for firestore and rtdb get

This commit is contained in:
Peter Svensson
2019-07-12 15:00:44 +02:00
parent 1e3cad7906
commit 2331c7d01e
5 changed files with 13 additions and 7 deletions

View File

@ -40,7 +40,7 @@
</div>
<div class="form-row">
<label for="node-input-path"><i class="icon-tag"></i> Name</label>
<label for="node-input-path"><i class="icon-tag"></i> Path</label>
<input type="text" id="node-input-path" placeholder="Path">
</div>

View File

@ -47,6 +47,7 @@ module.exports = function(RED) {
}
}.bind(this));
setUpListener(path)
}
RED.nodes.registerType("rtdb-get", FirebaseAdmin);