Spaces:
Running
Running
Create config.js
Browse files
config.js
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
const firebaseConfig = {
|
2 |
+
apiKey: "AIzaSyAq9PXaK2yBv5WJPCxN2ftYsIS6xmEJMTQ",
|
3 |
+
authDomain: "glassboilerplate.firebaseapp.com",
|
4 |
+
projectId: "glassboilerplate",
|
5 |
+
storageBucket: "glassboilerplate.firebasestorage.app",
|
6 |
+
messagingSenderId: "1059418877993",
|
7 |
+
appId: "1:1059418877993:web:39af816079c772b8822c38"
|
8 |
+
};
|