Skip to content

Commit

Permalink
update firebase config
Browse files Browse the repository at this point in the history
  • Loading branch information
djtaylor8 committed Nov 18, 2023
1 parent ecd44a6 commit 7964916
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/lib/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ import firebase from 'firebase/app';
import 'firebase/firestore';
// Initalize Firebase.
const firebaseConfig = {
apiKey: 'AIzaSyAmNT8nRQb3trnjngkynqnQ1H6VCALX5qs',
authDomain: 'tcl-2-smart-shopping-list.firebaseapp.com',
databaseURL: 'https://tcl-2-smart-shopping-list.firebaseio.com',
projectId: 'tcl-2-smart-shopping-list',
storageBucket: 'tcl-2-smart-shopping-list.appspot.com',
messagingSenderId: '538706887514',
appId: '1:538706887514:web:30b4235c1e8aa5fa19a963',
apiKey: 'AIzaSyCnjvTlV9erWXzZY1mTSzjrKvF7iAqVVxw',
authDomain: 'tcl2project.firebaseapp.com',
projectId: 'tcl2project',
storageBucket: 'tcl2project.appspot.com',
messagingSenderId: '683364107172',
appId: '1:683364107172:web:182e3ff6a6fbf515ebf731',
timestampsinSnapshots: true,
};

Expand Down

0 comments on commit 7964916

Please sign in to comment.