From 96aa36ec45414fb7b1d990f8587ebad703612c72 Mon Sep 17 00:00:00 2001 From: Gocho Date: Fri, 31 Mar 2023 19:26:20 +0000 Subject: [PATCH] Activate firebase flag --- sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sketch.js b/sketch.js index 225f517..86cf53c 100644 --- a/sketch.js +++ b/sketch.js @@ -5,7 +5,7 @@ // Database (CHANGE THESE!) const GROUP_NUMBER = 84; // add your group number here as an integer (e.g., 2, 3) -const RECORD_TO_FIREBASE = false; // set to 'true' to record user results to Firebase +const RECORD_TO_FIREBASE = true; // set to 'true' to record user results to Firebase // Pixel density and setup variables (DO NOT CHANGE!) let PPI, PPCM;