We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5c1c1 commit bbdf05cCopy full SHA for bbdf05c
backend/question-service/config/firebase.ts
@@ -1,8 +1,5 @@
1
import admin from "firebase-admin";
2
3
-console.log(process.env.FIREBASE_PROJECT_ID);
4
-console.log(process.env);
5
-
6
admin.initializeApp({
7
credential: admin.credential.cert({
8
projectId: process.env.FIREBASE_PROJECT_ID,
0 commit comments