-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfigs
20 lines (18 loc) · 802 Bytes
/
configs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.15.3/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>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyBK7bEaZpT3Ub0T1-vYPKJZp4NXhVS4vn4",
authDomain: "practiceapp-d1c04.firebaseapp.com",
databaseURL: "https://practiceapp-d1c04.firebaseio.com",
projectId: "practiceapp-d1c04",
storageBucket: "practiceapp-d1c04.appspot.com",
messagingSenderId: "1050652679035",
appId: "1:1050652679035:web:33d1ec20d84c47a5d1fbde"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
</script>