Skip to content

Commit

Permalink
fix: web build not working
Browse files Browse the repository at this point in the history
  • Loading branch information
flauc committed Nov 14, 2024
1 parent 288d386 commit 9c3bb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/utils/firebase-admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { CONFIG } from '../consts/config.const';
const app = admin.initializeApp(
{
credential: admin.credential.cert(credential as any),
storageBucket: CONFIG.storageBucketName + '.appspot.com'
storageBucket: CONFIG.storageBucketName + '.firebasestorage.app'
},
'app-' + Date.now()
);
Expand Down

0 comments on commit 9c3bb25

Please sign in to comment.