We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0a81e commit bcfd84bCopy full SHA for bcfd84b
tools/gulp/task_helpers.ts
@@ -252,6 +252,8 @@ export function openScreenshotsCloudStorage() {
252
253
/** Opens a connection to the firebase realtime database for screenshots. */
254
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'));
257
// Initialize the Firebase application with admin credentials.
258
// Credentials need to be for a Service Account, which can be created in the Firebase console.
259
let screenshotApp = firebaseAdmin.initializeApp({
0 commit comments