fixed typo in rtdb get node and added auto setup for firestore and rtdb get
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
@ -47,6 +47,7 @@ module.exports = function(RED) {
|
||||
}
|
||||
}.bind(this));
|
||||
|
||||
setUpListener(path)
|
||||
|
||||
}
|
||||
RED.nodes.registerType("rtdb-get", FirebaseAdmin);
|
||||
|
||||
Reference in New Issue
Block a user