Spaces:
Runtime error
Runtime error
Create firebase.json
Browse files- settings/firebase.json +10 -0
settings/firebase.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"apiKey": "AIzaSyCvkk4P_PPidbmxql863MJI0VDt4GdGdPk",
|
| 3 |
+
"authDomain": "ai-assistant-fbfb7.firebaseapp.com",
|
| 4 |
+
"projectId": "ai-assistant-fbfb7",
|
| 5 |
+
"storageBucket": "ai-assistant-fbfb7.firebasestorage.app",
|
| 6 |
+
"messagingSenderId": "19639341578",
|
| 7 |
+
"appId": "1:19639341578:web:88545e8fe038656a1745f3",
|
| 8 |
+
"measurementId": "G-6F1GP7V42N",
|
| 9 |
+
"databaseURL": "https://ai-assistant-fbfb7-default-rtdb.firebaseio.com"
|
| 10 |
+
}
|