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.
2 parents a0f7ba8 + bbdf05c commit 8bb8502Copy full SHA for 8bb8502
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