-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.txt
31 lines (20 loc) · 910 Bytes
/
test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
import { getAnalytics } from "firebase/analytics";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyBdZSHYLABtk14r7zaaN8axC-Jr-RrxQ2M",
authDomain: "testdjango-a47b4.firebaseapp.com",
databaseURL: "https://testdjango-a47b4-default-rtdb.firebaseio.com",
projectId: "testdjango-a47b4",
storageBucket: "testdjango-a47b4.appspot.com",
messagingSenderId: "729208128473",
appId: "1:729208128473:web:2ac7cdf180ef56a44d4fc8",
measurementId: "G-9Q93X1J6NG"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);