everydaytok commited on
Commit
67753ad
·
verified ·
1 Parent(s): 30efe69

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
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({