We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16eb4b commit 7051b68Copy full SHA for 7051b68
ai/ai-react-app/src/config/firebase-config.ts
@@ -1,9 +1,9 @@
1
// TODO (developer): Replace with your Firebase project configuration
2
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"
+ 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",
9
};
0 commit comments