We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cbee0 commit 94feb00Copy full SHA for 94feb00
app.js
@@ -1,6 +1,5 @@
1
// app.js
2
3
-// Replace these config values with your Firebase project settings
4
const firebaseConfig = {
5
apiKey: "AIzaSyDcXSHxWWCCwIypr62CG4OM69O4J9NLBNI",
6
authDomain: "sbhs-year-8-chess-tournament.firebaseapp.com",
@@ -9,7 +8,6 @@ const firebaseConfig = {
9
8
storageBucket: "sbhs-year-8-chess-tournament.firebasestorage.app",
10
messagingSenderId: "632119283742",
11
appId: "1:632119283742:web:ea2e5b59f5d80df1cede0f",
12
- measurementId: "G-WWMX2NY183"
13
};
14
15
firebase.initializeApp(firebaseConfig);
0 commit comments