We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe9a0a commit 388f1efCopy full SHA for 388f1ef
src/routes/firebase.ts
@@ -4,12 +4,7 @@ import { getAuth } from "firebase/auth";
4
5
6
const firebaseConfig = {
7
- apiKey: "AIzaSyBOL3Y80Y6JASfwgvyq8IL6FlnrBQBN_0E",
8
- authDomain: "testing-proj-b7c60.firebaseapp.com",
9
- projectId: "testing-proj-b7c60",
10
- storageBucket: "testing-proj-b7c60.appspot.com",
11
- messagingSenderId: "665240273060",
12
- appId: "1:665240273060:web:b81550e114a46af9116631"
+
13
};
14
15
// Initialize Firebase
0 commit comments