Skip to content

Commit c74b10a

Browse files
jlara310davideast
authored andcommitted
docs(setup): Move link to console to configuration step (#1509)
Move link to console and add a little more guidance about finding your configuration.
1 parent 4f496be commit c74b10a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/install-and-setup.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Now that you have a new project setup, install AngularFire and Firebase from npm
3838

3939
### 4. Add Firebase config to environments variable
4040

41-
Open `/src/environments/environment.ts` and add your Firebase configuration:
41+
Open `/src/environments/environment.ts` and add your Firebase configuration. 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**.
4242

4343
```ts
4444
export const environment = {
@@ -58,8 +58,6 @@ export const environment = {
5858

5959
Open `/src/app/app.module.ts`, inject the Firebase providers, and specify your Firebase configuration.
6060

61-
This can be found in your project at [the Firebase Console](https://console.firebase.google.com):
62-
6361
```ts
6462
import { BrowserModule } from '@angular/platform-browser';
6563
import { NgModule } from '@angular/core';

0 commit comments

Comments
 (0)