Began building formula manager
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
export const environment = {
|
||||
production: true
|
||||
production: true,
|
||||
firebase: {
|
||||
apiKey: "AIzaSyC7BFq-px3_XBC4VbV5noRDB4yK2Gfvz24",
|
||||
authDomain: "fhsons-7e90b.firebaseapp.com",
|
||||
databaseURL: "https://fhsons-7e90b.firebaseio.com",
|
||||
projectId: "fhsons-7e90b",
|
||||
storageBucket: "fhsons-7e90b.appspot.com",
|
||||
messagingSenderId: "928837712391"
|
||||
}
|
||||
};
|
||||
|
@ -1,15 +1,11 @@
|
||||
// This file can be replaced during build by using the `fileReplacements` array.
|
||||
// `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`.
|
||||
// The list of file replacements can be found in `angular.json`.
|
||||
|
||||
export const environment = {
|
||||
production: false
|
||||
production: false,
|
||||
firebase: {
|
||||
apiKey: "AIzaSyC7BFq-px3_XBC4VbV5noRDB4yK2Gfvz24",
|
||||
authDomain: "fhsons-7e90b.firebaseapp.com",
|
||||
databaseURL: "https://fhsons-7e90b.firebaseio.com",
|
||||
projectId: "fhsons-7e90b",
|
||||
storageBucket: "fhsons-7e90b.appspot.com",
|
||||
messagingSenderId: "928837712391"
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
* In development mode, to ignore zone related error stack frames such as
|
||||
* `zone.run`, `zoneDelegate.invokeTask` for easier debugging, you can
|
||||
* import the following file, but please comment it out in production mode
|
||||
* because it will have performance impact when throw error
|
||||
*/
|
||||
// import 'zone.js/dist/zone-error'; // Included with Angular CLI.
|
||||
|
Reference in New Issue
Block a user