blob: a66860ed3210e1e08c35d8ada6cec39e9e8647ab [file] [log] [blame]
// 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`.
import {firebase} from './firebase';
export const environment = {
production: false,
firebase: firebase
};