Spaces:
Sleeping
Sleeping
Update app.js
Browse files
app.js
CHANGED
|
@@ -18,7 +18,7 @@ try {
|
|
| 18 |
|
| 19 |
// We assume the project ID is available in the service account to construct the bucket name
|
| 20 |
// Or you can hardcode your bucket: "your-project-id.firebasestorage.app"
|
| 21 |
-
const bucketName = `
|
| 22 |
|
| 23 |
if (admin.apps.length === 0) {
|
| 24 |
admin.initializeApp({
|
|
|
|
| 18 |
|
| 19 |
// We assume the project ID is available in the service account to construct the bucket name
|
| 20 |
// Or you can hardcode your bucket: "your-project-id.firebasestorage.app"
|
| 21 |
+
const bucketName = `shago-web.firebasestorage.app`;
|
| 22 |
|
| 23 |
if (admin.apps.length === 0) {
|
| 24 |
admin.initializeApp({
|