Skip to content

Commit

Permalink
Activate firebase flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gocho1307 authored Mar 31, 2023
1 parent bd1b0aa commit 96aa36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 96aa36e

Please sign in to comment.