first commit

This commit is contained in:
2024-04-19 12:53:45 +07:00
commit 71a3a661dc
1943 changed files with 246917 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
// 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',
};