From dcd8a37d555415e6c6ac63a8959dced56b5f8c16 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 12 Jul 2020 16:08:31 +0100 Subject: [PATCH] more logs --- functions/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/index.js b/functions/index.js index d6b4f275a..67b8cbff0 100644 --- a/functions/index.js +++ b/functions/index.js @@ -536,7 +536,9 @@ exports.testCompleted = functions.https.onCall((request, response) => { ); returnobj.resultCode = 1; } - // console.log(returnobj); + console.error( + `user ${request.uid} + ${JSON.stringify(returnobj)}` + ); return returnobj; }) .catch((e) => {