Skip to content

Commit 45fea54

Browse files
committed
config
1 parent ef6999a commit 45fea54

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
// TODO (developer): Replace with your Firebase project configuration
22
export const firebaseConfig = {
3-
apiKey: "AIzaSyAjKXaQzt-AvfPwUDuBVV3dyfQRP-RP9L8",
4-
authDomain: "jscore-sandbox-141b5.firebaseapp.com",
5-
databaseURL: "https://jscore-sandbox-141b5.firebaseio.com",
6-
projectId: "jscore-sandbox-141b5",
7-
storageBucket: "jscore-sandbox-141b5.appspot.com",
8-
messagingSenderId: "280127633210",
9-
appId: "1:280127633210:web:3f579f142972038b46c203",
10-
measurementId: "G-YRDJ8EMX95"
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",
119
};

0 commit comments

Comments
 (0)