Init Firebase config
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
export const environment = {
|
||||
production: true
|
||||
production: true,
|
||||
firebaseConfig: {
|
||||
apiKey: 'AIzaSyDe48emSyoXS3WV6vM4GjYiJwdcMhcspqY',
|
||||
authDomain: 'disco-trip.firebaseapp.com',
|
||||
databaseURL: 'https://disco-trip.firebaseio.com',
|
||||
projectId: 'disco-trip',
|
||||
storageBucket: 'disco-trip.appspot.com',
|
||||
messagingSenderId: '113728943338',
|
||||
appId: '1:113728943338:web:366dabcdff057858'
|
||||
},
|
||||
};
|
||||
|
||||
@@ -3,7 +3,16 @@
|
||||
// The list of file replacements can be found in `angular.json`.
|
||||
|
||||
export const environment = {
|
||||
production: false
|
||||
production: false,
|
||||
firebaseConfig: {
|
||||
apiKey: 'AIzaSyDe48emSyoXS3WV6vM4GjYiJwdcMhcspqY',
|
||||
authDomain: 'disco-trip.firebaseapp.com',
|
||||
databaseURL: 'https://disco-trip.firebaseio.com',
|
||||
projectId: 'disco-trip',
|
||||
storageBucket: 'disco-trip.appspot.com',
|
||||
messagingSenderId: '113728943338',
|
||||
appId: '1:113728943338:web:366dabcdff057858'
|
||||
},
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user