Skip to content

Commit

Permalink
firebase config filled.
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalp committed Feb 3, 2024
1 parent 74e5a98 commit e3177b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/api/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import { getAuth } from 'firebase/auth';

// Your web app's Firebase configuration
const firebaseConfig = {
apiKey: 'FILL_ME_IN',
authDomain: 'FILL_ME_IN',
apiKey: 'AIzaSyCnrz0zhsT7mih_K6t67dT2K6a5wcNaLzY',
authDomain: 'tcl-71-smart-shopping-list.firebaseapp.com',
databaseURL: 'FILL_ME_IN',
projectId: 'FILL_ME_IN',
storageBucket: 'FILL_ME_IN',
messagingSenderId: 'FILL_ME_IN',
appId: 'FILL_ME_IN',
projectId: 'tcl-71-smart-shopping-list',
storageBucket: 'tcl-71-smart-shopping-list.appspot.com',
messagingSenderId: '200403710630',
appId: '1:200403710630:web:1af41c1300a8751bde3a67',
};

// Initialize Firebase
Expand Down

0 comments on commit e3177b2

Please sign in to comment.