Began building formula manager

This commit is contained in:
2018-06-25 00:50:47 -04:00
parent 0c3499fd24
commit 798035aa6a
8 changed files with 130 additions and 38 deletions

View File

@ -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"
}
};

View File

@ -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.