This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file can be replaced during build by using the `fileReplacements` array. | |
// `ng build` replaces `environment.ts` with `environment.prod.ts`. | |
// The list of file replacements can be found in `angular.json`. | |
export const environment = { | |
production: false, | |
firebase: { | |
apiKey: "AIzaSyBB55bixCn5dR99CJQTlZJlYQ_ArhgWDnI", | |
authDomain: "fir-management-b88b8.firebaseapp.com", | |
projectId: "fir-management-b88b8", | |
storageBucket: "fir-management-b88b8.appspot.com", | |
messagingSenderId: "789740766489", | |
appId: "1:789740766489:web:dc12685da089a939147188" | |
} | |
}; | |
/* | |
* For easier debugging in development mode, you can import the following file | |
* to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. | |
* | |
* This import should be commented out in production mode because it will have a negative impact | |
* on performance if an error is thrown. | |
*/ | |
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment