From 6d2f3aeec1e0410aada78003548c78b0b5352462 Mon Sep 17 00:00:00 2001 From: "Ma, Sang-gil" Date: Mon, 6 Nov 2017 15:16:25 +0800 Subject: [PATCH] test1 --- functions/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/index.js b/functions/index.js index 7f4dc5a..6e3883e 100644 --- a/functions/index.js +++ b/functions/index.js @@ -22,5 +22,6 @@ exports.createCongregation = functions.https.onRequest((req, res) => { }); exports.fixTerritoryAssigining = functions.https.onRequest((req, res) => { + admin.database().ref().once('value', snapshot => {console.log(snapshot.val())}); res.status(200).send(`fixTerritoryAssigining works!`); }); \ No newline at end of file