Skip to content

Commit

Permalink
[DOCS] Firebase API Key Update
Browse files Browse the repository at this point in the history
  • Loading branch information
htj7425 committed Oct 3, 2023
1 parent de934f3 commit 4cf78e2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/firebase/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import { getDatabase, ref, onValue, set, query } from 'firebase/database';
const apiKey = process.env.FIREBASE_API_KEY;

const firebaseConfig = {
apiKey: apiKey,
authDomain: 'nine-d621e.firebaseapp.com',
projectId: 'nine-d621e',
storageBucket: 'nine-d621e.appspot.com',
messagingSenderId: '760683318872',
appId: '1:760683318872:web:38a37e47c3906e795d042d',
measurementId: 'G-QL3WX0DT82',
apiKey: 'AIzaSyBiO0oy1c7gwlThIN_YrF-6lRVqHD_s42U',
authDomain: 'nine-185dc.firebaseapp.com',
databaseURL: 'https://nine-185dc-default-rtdb.firebaseio.com',
projectId: 'nine-185dc',
storageBucket: 'nine-185dc.appspot.com',
messagingSenderId: '409930738037',
appId: '1:409930738037:web:a65c03b7e8b1603bae8b3c',
measurementId: 'G-ZSMF2NKM0Q',
};

initializeApp(firebaseConfig);
Expand Down

0 comments on commit 4cf78e2

Please sign in to comment.