everydaycats commited on
Commit
ea6a30f
·
verified ·
1 Parent(s): e988a97

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -13,7 +13,7 @@ try {
13
  // The env secret MUST contain the full JSON string
14
  // exactly like the serviceAccountKey.json contents
15
  const serviceAccount = JSON.parse(process.env.FIREBASE_SERVICE_ACCOUNT_JSON);
16
-
17
 
18
  if (serviceAccount && serviceAccount != null && serviceAccount != {}) {
19
  admin.initializeApp({
 
13
  // The env secret MUST contain the full JSON string
14
  // exactly like the serviceAccountKey.json contents
15
  const serviceAccount = JSON.parse(process.env.FIREBASE_SERVICE_ACCOUNT_JSON);
16
+ console.log(serviceAccount);
17
 
18
  if (serviceAccount && serviceAccount != null && serviceAccount != {}) {
19
  admin.initializeApp({