You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy/getting-started.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ng add @angular/fire
12
12
13
13
*Note that the command above assumes you have global Angular CLI installed. To install Angular CLI globally run `npm i -g @angular/cli`.*
14
14
15
-
The command above will trigger the `@angular/fire``ng-add` schematics. Once they install `@angular/fire`. If you are not authenticated, the schematics will open a browser which will guide you through the authentication flow. Once you authenticate, you'll see a prompt to select a Firebase hosting project.
15
+
The command above will trigger the `@angular/fire``ng-add` schematics. The schematics will open a web browser and guide you through the Firebase authentication flow (if you're not signed in already). After you authenticate, you'll see a prompt to select a Firebase hosting project.
16
16
17
17
The schematics will do the following:
18
18
@@ -53,7 +53,7 @@ ng add @angular/fire --project=[PROJECT_NAME]
0 commit comments