Init Firebase config

This commit is contained in:
2019-05-21 11:20:43 +09:00
parent 5f0b10eed7
commit fb83703c54
4 changed files with 32 additions and 6 deletions

View File

@@ -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'
},
};

View File

@@ -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'
},
};
/*