blob: 256173a9cd6e315a9eff6d50135f93bb533d2a23 (
plain)
1
2
3
4
5
6
7
8
9
10
|
const firebaseConfig = {
apiKey: "AIzaSyBCmKUnEmm8hLR9ZcFWPYbYiplbP6yUzfU",
authDomain: "thatcomputerscientist-e9cf2.firebaseapp.com",
projectId: "thatcomputerscientist-e9cf2",
storageBucket: "thatcomputerscientist-e9cf2.appspot.com",
messagingSenderId: "178402875544",
appId: "1:178402875544:web:8c9d8880d3ef495a5658ed",
measurementId: "G-JECWWZG5J6",
};
firebase.initializeApp(firebaseConfig);
|