Spaces:
Sleeping
Sleeping
Update app.js
Browse files
app.js
CHANGED
|
@@ -17,7 +17,7 @@ try {
|
|
| 17 |
const serviceAccount = JSON.parse(process.env.FIREBASE_SERVICE_ACCOUNT_JSON);
|
| 18 |
|
| 19 |
// Specific bucket as requested
|
| 20 |
-
const bucketName = `shago-web.firebasestorage.app`;
|
| 21 |
|
| 22 |
if (admin.apps.length === 0) {
|
| 23 |
admin.initializeApp({
|
|
|
|
| 17 |
const serviceAccount = JSON.parse(process.env.FIREBASE_SERVICE_ACCOUNT_JSON);
|
| 18 |
|
| 19 |
// Specific bucket as requested
|
| 20 |
+
const bucketName = `hollowpad-ai-default-rtdb.firebaseio.com` // `shago-web.firebasestorage.app`;
|
| 21 |
|
| 22 |
if (admin.apps.length === 0) {
|
| 23 |
admin.initializeApp({
|