-
Notifications
You must be signed in to change notification settings - Fork 0
/
Google traking code.txt
28 lines (24 loc) · 1.14 KB
/
Google traking code.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- google code firebase -->
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.21.1/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.21.1/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyBmjnD4oAzIuKK8tNJNHlr5JavhBFIO_vI",
authDomain: "philomath-c635d.firebaseapp.com",
databaseURL: "https://philomath-c635d.firebaseio.com",
projectId: "philomath-c635d",
storageBucket: "philomath-c635d.appspot.com",
messagingSenderId: "700006397957",
appId: "1:700006397957:web:cd0cdc551053ce66cfc46c",
measurementId: "G-PD1PGYTG69",
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<!-- End google Code firebase-->