2018-06-24 21:11:31 -04:00
|
|
|
export const environment = {
|
2018-06-25 00:50:47 -04:00
|
|
|
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"
|
|
|
|
}
|
2018-06-24 21:11:31 -04:00
|
|
|
};
|