diff --git a/firestore/firestore-get.js b/firestore/firestore-get.js index d57e3df..7152017 100644 --- a/firestore/firestore-get.js +++ b/firestore/firestore-get.js @@ -12,7 +12,7 @@ module.exports = function(RED) { this.admin = c.admin } - const setup = ()=>{ + const setup = (path)=>{ if(unsub){ unsub() } @@ -48,4 +48,4 @@ module.exports = function(RED) { } RED.nodes.registerType("firestore-get", FirebaseAdmin); -} \ No newline at end of file +}