Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWangY committed Aug 30, 2024
1 parent 7cb29ba commit f76b922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions server/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,9 @@ dist
build

# Private Key JSON
./firebase-secrets.json
firebase-secrets.json

# Other
.env
build/

# Firebase Secrets
.firebase-secrets.json
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 f76b922

Please sign in to comment.