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:06:26 +02:00
parent 2331c7d01e
commit ae7eb94ee3
2 changed files with 2 additions and 2 deletions

View File

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