From 5b922fc10bf9e5353d7104264a055778ce491dbe Mon Sep 17 00:00:00 2001 From: Jacob Levine Date: Sat, 9 Feb 2019 11:33:24 -0600 Subject: [PATCH] squashing bugs --- website/public/stats/scripts.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/public/stats/scripts.js b/website/public/stats/scripts.js index e3695290..4d55672c 100644 --- a/website/public/stats/scripts.js +++ b/website/public/stats/scripts.js @@ -1,3 +1,12 @@ +var config = { + apiKey: "(insert the TitanScout Api Key Here)", + authDomain: "titanscoutandroid.firebaseapp.com", + databaseURL: "https://titanscoutandroid.firebaseio.com", + projectId: "titanscoutandroid", + storageBucket: "titanscoutandroid.appspot.com", + messagingSenderId: "1097635313476" +}; +firebase.initializeApp(config); /* Set the width of the side navigation to 250px and the left margin of the page content to 250px and add a black background color to body */ function openNav() { document.getElementById("mySidenav").style.width = "250px";