forked from prasadbobby/NeedAP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase-config.html
More file actions
23 lines (21 loc) · 943 Bytes
/
firebase-config.html
File metadata and controls
23 lines (21 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.6.0/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/8.6.0/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: "AIzaSyB5Se2fGEsPz0S3QauT3KbiayleMbhf1B4",
authDomain: "needap-bobby.firebaseapp.com",
projectId: "needap-bobby",
storageBucket: "needap-bobby.appspot.com",
messagingSenderId: "11745885154",
appId: "1:11745885154:web:bc21cf98c9aa3bf11f57bb",
measurementId: "G-NRG89YE0ZY"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>