18 lines
698 B
TypeScript
18 lines
698 B
TypeScript
// WARNING - Values under "firebase" and value of "googleApiKey" needs to be replaced from your own accounts
|
|
// If left as is, it firbase and google map related functionality will not work on LIVE instance.
|
|
|
|
export const environment = {
|
|
production: true,
|
|
firebase: {
|
|
apiKey: 'AIzaSyCSG-EGU2RLITgpjf_ogf1w47edC_DXlWc',
|
|
authDomain: 'evolvision-rnd.firebaseapp.com',
|
|
databaseURL: 'https://evolvision-rnd.firebaseio.com',
|
|
projectId: 'evolvision-rnd',
|
|
storageBucket: 'evolvision-rnd.appspot.com',
|
|
messagingSenderId: '890895206035',
|
|
appId: '1:890895206035:web:a6d0e1574d59ffe40bef66',
|
|
measurementId: 'G-WYKKLCYFHE'
|
|
},
|
|
googleApiKey: 'AIzaSyAIIYOxA7qeetFz6TuR1Qewc0Rrjhzx7ZU',
|
|
};
|