File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 22
33// Replace these config values with your Firebase project settings
44const 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 ) ;
You can’t perform that action at this time.
0 commit comments