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: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,13 @@ The official [Angular](https://angular.io/) library for [Firebase](https://fireb
3
3
4
4
<strong><pre>ng add @angular/fire</pre></strong>
5
5
6
-
AngularFire smooths over the rough edges an Angular developer might encounter when implementing the framework-agnostic [Firebase JS SDK](https://github.com/firebase/firebase-js-sdk) & aims to provide a more natural developer experience by conforming to Angular conventions.
6
+
_Note: If you want to ng add AngularFire and will be using Hosting/Cloud Functions, you need to configure the
7
+
Firebase CLI first so that you are logged in for the schematics that are run as part of `ng add @angular/fire`.
8
+
Follow [this guide](docs/install-firebase-tools.md) to have the Firebase CLI walk you through the setup._
9
+
10
+
AngularFire smooths over the rough edges an Angular developer might encounter when implementing the framework-agnostic
11
+
[Firebase JS SDK](https://github.com/firebase/firebase-js-sdk) & aims to provide a more natural developer experience
12
+
by conforming to Angular conventions.
7
13
8
14
-**Dependency injection** - Provide and Inject Firebase services in your components
9
15
-**Zone.js wrappers** - Stable zones allow proper functionality of service workers, forms, SSR, and pre-rendering
0 commit comments