everydaycats commited on
Commit
ac3ce05
·
verified ·
1 Parent(s): 02d31eb

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
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 = `${serviceAccount.project_id}.firebasestorage.app`;
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({