Skip to content

Commit

Permalink
Update firebase.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushkh committed Jan 5, 2024
1 parent 1f270d7 commit 81d1d0a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/lib/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import 'firebase/firestore';

// Config values for TCL-3
const config = {
apiKey: 'AIzaSyAL1ymvsgrfyGGcLBWQYYXqdixr0tPzuS8',
authDomain: 'tcl-3-smart-shopping-list.firebaseapp.com',
databaseURL: 'https://tcl-3-smart-shopping-list.firebaseio.com',
projectId: 'tcl-3-smart-shopping-list',
storageBucket: 'tcl-3-smart-shopping-list.appspot.com',
messagingSenderId: '95252731516',
appId: '1:95252731516:web:7e2b9f93b34ab1f8c25bf9',
apiKey: 'AIzaSyBEobCBH0WCIi1pfEGbGhToeLFoVzvssys',
authDomain: 'tcl-3-smart-shopping-lis-bded2.firebaseapp.com',
projectId: 'tcl-3-smart-shopping-lis-bded2',
storageBucket: 'tcl-3-smart-shopping-lis-bded2.appspot.com',
messagingSenderId: '429959602992',
appId: '1:429959602992:web:f3b630a09acd9b80819ef5',
measurementId: 'G-7DJDCHPFPR',
};

// Initalize Firebase.
Expand Down

0 comments on commit 81d1d0a

Please sign in to comment.