We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6999a commit 45fea54Copy full SHA for 45fea54
1 file changed
ai/ai-react-app/src/config/firebase-config.ts
@@ -1,11 +1,9 @@
1
// TODO (developer): Replace with your Firebase project configuration
2
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"
+ apiKey: "YOUR_API_KEY",
+ authDomain: "YOUR_AUTH_DOMAIN",
+ projectId: "YOUR_PROJECT_ID",
+ storageBucket: "YOUR_STORAGE_BUCKET",
+ messagingSenderId: "YOUR_MESSAGING_SENDER_ID",
+ appId: "YOUR_APP_ID",
11
};
0 commit comments