Skip to content

Commit

Permalink
typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
h1divp committed Jun 20, 2024
1 parent 486ecaa commit 7358226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/utilities/firebaseInit.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const admin = require('firebase-admin');
const serviceAccount = require("../../firebase-secrets.json");
const serviceAccount = require("../../.firebase-secrets.json");

export const adminApp = admin.initializeApp({
credential: admin.credential.cert(serviceAccount),
Expand Down

0 comments on commit 7358226

Please sign in to comment.