Initiate angular project with firebase and base components

This commit is contained in:
2019-05-21 11:29:32 +09:00
parent fb83703c54
commit aa073c1b77
20 changed files with 639 additions and 62 deletions

View File

@@ -1,5 +1,7 @@
export const environment = {
production: true,
appName: 'DiscoTrip',
production: false,
env: 'production',
firebaseConfig: {
apiKey: 'AIzaSyDe48emSyoXS3WV6vM4GjYiJwdcMhcspqY',
authDomain: 'disco-trip.firebaseapp.com',

View File

@@ -3,7 +3,9 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
appName: 'DiscoTrip',
production: false,
env: 'local',
firebaseConfig: {
apiKey: 'AIzaSyDe48emSyoXS3WV6vM4GjYiJwdcMhcspqY',
authDomain: 'disco-trip.firebaseapp.com',