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
+9-9
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ by conforming to Angular conventions.
7
7
8
8
<strong><pre>ng add @angular/fire</pre></strong>
9
9
10
-
-**Dependency injection** - Provide and Inject Firebase services in your components
11
-
-**Zone.js wrappers** - Stable zones allow proper functionality of service workers, forms, SSR, and pre-rendering
12
-
-**Observable based** - Utilize RxJS rather than callbacks for realtime streams
10
+
-**Dependency injection** - Provide and Inject Firebase services in your components.
11
+
-**Zone.js wrappers** - Stable zones allow proper functionality of service workers, forms, SSR, and pre-rendering.
12
+
-**Observable based** - Utilize RxJS rather than callbacks for real-time streams.
13
13
-**NgRx friendly API** - Integrate with NgRx using AngularFire's action based APIs.
14
-
-**Lazy-loading** - AngularFire dynamically imports much of Firebase, reducing time to load your app
15
-
-**Deploy schematics** - Get your Angular application deployed on Firebase Hosting with a single command
16
-
-**Google Analytics** - Zero-effort Angular Router awareness in Google Analytics
17
-
-**Router Guards** - Guard your Angular routes with built-in Firebase Authentication checks
14
+
-**Lazy-loading** - AngularFire dynamically imports much of Firebase, reducing the time to load your app.
15
+
-**Deploy schematics** - Get your Angular application deployed on Firebase Hosting with a single command.
16
+
-**Google Analytics** - Zero-effort Angular Router awareness in Google Analytics.
17
+
-**Router Guards** - Guard your Angular routes with built-in Firebase Authentication checks.
18
18
19
19
## Example use
20
20
@@ -65,7 +65,7 @@ export class AppComponent {
65
65
66
66
### Polyfills
67
67
68
-
Neither AngularFire or Firebase ship with polyfills. To have compatibility across as wide-range of environments we suggest the following polyfills be added to your application:
68
+
Neither AngularFire nor Firebase ship with polyfills. To have compatibility across a wide-range of environments, we suggest the following polyfills be added to your application:
69
69
70
70
| API | Environments | Suggested Polyfill | License |
@@ -100,7 +100,7 @@ Get help on our [Q&A board](https://github.com/angular/angularfire/discussions?d
100
100
101
101
## Developer Guide
102
102
103
-
This developer guide assimes you're using the new tree-shakable AngularFire API, [if you're looking for the compatability API you can find the documentation here](docs/compat.md).
103
+
This developer guide assumes you're using the new tree-shakable AngularFire API, [if you're looking for the compatability API you can find the documentation here](docs/compat.md).
104
104
105
105
[See the v7 upgrade guide for more information on this change.](docs/version-7-upgrade.md).
0 commit comments