Skip to content

Commit 7051b68

Browse files
committed
fix
1 parent a16eb4b commit 7051b68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// TODO (developer): Replace with your Firebase project configuration
22
export const firebaseConfig = {
3-
apiKey: "AIzaSyCI_e1wo0T-SUbjKJU0LzI1kGOYvEDTnSE",
4-
authDomain: "vertexaiinfirebase-test.firebaseapp.com",
5-
projectId: "vertexaiinfirebase-test",
6-
storageBucket: "vertexaiinfirebase-test.firebasestorage.app",
7-
messagingSenderId: "857620473716",
8-
appId: "1:857620473716:web:8aeae18386c04b63bb6e21"
3+
apiKey: "YOUR_API_KEY",
4+
authDomain: "YOUR_AUTH_DOMAIN",
5+
projectId: "YOUR_PROJECT_ID",
6+
storageBucket: "YOUR_STORAGE_BUCKET",
7+
messagingSenderId: "YOUR_MESSAGING_SENDER_ID",
8+
appId: "YOUR_APP_ID",
99
};

0 commit comments

Comments
 (0)