test environment variable
This commit is contained in:
parent
055541a34d
commit
592b82ccd4
1 changed files with 1 additions and 0 deletions
|
@ -17,5 +17,6 @@ export class DatabaseService {
|
||||||
};
|
};
|
||||||
firebase.initializeApp(config);
|
firebase.initializeApp(config);
|
||||||
this.store = firebase.firestore();
|
this.store = firebase.firestore();
|
||||||
|
console.log('>>>', process.env.APP_ENVIRONMENT);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue