Skip to content

Commit bcfd84b

Browse files
committed
log key
1 parent df0a81e commit bcfd84b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/gulp/task_helpers.ts

+2
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ export function openScreenshotsCloudStorage() {
252252

253253
/** Opens a connection to the firebase realtime database for screenshots. */
254254
export function openScreenshotsFirebaseDatabase() {
255+
console.log(process.env['MATERIAL2_SCREENSHOT_FIREBASE_KEY']);
256+
console.log((process.env['MATERIAL2_SCREENSHOT_FIREBASE_KEY'] || '').replace(/\\n/g, '\n'));
255257
// Initialize the Firebase application with admin credentials.
256258
// Credentials need to be for a Service Account, which can be created in the Firebase console.
257259
let screenshotApp = firebaseAdmin.initializeApp({

0 commit comments

Comments
 (0)