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

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