diff --git a/.gitignore b/.gitignore index fc46f78..f9e382e 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,3 @@ Thumbs.db #Firebase Patch .runtimeconfig.json .firebase/ - -# Firebase Config - Add Firebase configuration to this file -/util/keyConfig.ts diff --git a/README.md b/README.md index 8b335d9..70ef7e4 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,6 @@ This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.3. -## Adding Firebase Config - -Add the Firebase Configuration to `util/keyConfig.ts`. You can find your project configuration in [the Firebase Console](https://console.firebase.google.com/). From the project overview page, click **Add Firebase** to your web app. - -```ts -export const config = { - apiKey: "", - authDomain: "", - databaseURL: "", - projectId: "", - storageBucket: "", - messagingSenderId: "", - appId: "" - } - -``` ## Development server diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 671575a..7a044fd 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -2,11 +2,17 @@ // `ng build --prod` replaces `environment.ts` with `environment.prod.ts`. // The list of file replacements can be found in `angular.json`. -import { config } from '../../util/keyConfig'; - export const environment = { production: false, - firebaseConfig : config + firebaseConfig : { + apiKey: '', + authDomain: '.firebaseapp.com', + databaseURL: 'https://.firebaseio.com', + projectId: '', + storageBucket: '.appspot.com', + messagingSenderId: '', + appId: '' + } }; /* diff --git a/util/localhost_4200_home.png b/util/localhost_4200_home.png deleted file mode 100644 index 90837bd..0000000 Binary files a/util/localhost_4200_home.png and /dev/null differ