Skip to content

Commit 16cbee0

Browse files
updated firebase config
1 parent 1a26631 commit 16cbee0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

app.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
// Replace these config values with your Firebase project settings
44
const firebaseConfig = {
5-
apiKey: "YOUR_API_KEY",
6-
authDomain: "YOUR_PROJECT.firebaseapp.com",
7-
databaseURL: "https://YOUR_PROJECT.firebaseio.com",
8-
projectId: "YOUR_PROJECT_ID",
9-
storageBucket: "YOUR_PROJECT.appspot.com",
10-
messagingSenderId: "YOUR_SENDER_ID",
11-
appId: "YOUR_APP_ID"
5+
apiKey: "AIzaSyDcXSHxWWCCwIypr62CG4OM69O4J9NLBNI",
6+
authDomain: "sbhs-year-8-chess-tournament.firebaseapp.com",
7+
databaseURL: "https://sbhs-year-8-chess-tournament-default-rtdb.firebaseio.com",
8+
projectId: "sbhs-year-8-chess-tournament",
9+
storageBucket: "sbhs-year-8-chess-tournament.firebasestorage.app",
10+
messagingSenderId: "632119283742",
11+
appId: "1:632119283742:web:ea2e5b59f5d80df1cede0f",
12+
measurementId: "G-WWMX2NY183"
1213
};
1314

1415
firebase.initializeApp(firebaseConfig);

0 commit comments

Comments
 (0)