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 27, 2023
1 parent c210cf0 commit bdabb00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import firebase from 'firebase/app';
import 'firebase/firestore';

const firebaseConfig = {
apiKey: 'AIzaSyD38OqGDPdVpQJ071ndKlQ2HQXVrl6E1hc',
authDomain: 'peasy-aa52a.firebaseapp.com',
projectId: 'peasy-aa52a',
storageBucket: 'peasy-aa52a.appspot.com',
messagingSenderId: '960539340910',
appId: '1:960539340910:web:d504d4aee09c7956a1367f',
apiKey: 'AIzaSyDlgVTZkjq6HT0pFm7sBiSm60EQ19D2RrI',
authDomain: 'tcl-26-shopping-list.firebaseapp.com',
projectId: 'tcl-26-shopping-list',
storageBucket: 'tcl-26-shopping-list.appspot.com',
messagingSenderId: '368940430821',
appId: '1:368940430821:web:5347ad9d833f3a84cd6b0c',
};

const firebaseInstance = firebase.initializeApp(firebaseConfig);
Expand Down

0 comments on commit bdabb00

Please sign in to comment.