test environment variable

This commit is contained in:
Ayo 2022-11-28 09:54:12 +01:00
parent 055541a34d
commit 592b82ccd4

View file

@ -17,5 +17,6 @@ export class DatabaseService {
};
firebase.initializeApp(config);
this.store = firebase.firestore();
console.log('>>>', process.env.APP_ENVIRONMENT);
}
}