Skip to content

Commit 50edd8f

Browse files
(fix) typo fixed (i -> e) (#2317)
1 parent 504303b commit 50edd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/version-6-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ We're aiming to release 6.0 with an upgrade schematic to automate most of the re
1616
* We make use of Proxy in more modules, you'll need to polyfill if you want to support IE 11
1717
* We've standardized our DI Token naming conventions across all modules
1818
* `AngularFirestoreModule` no longer imports `firebase/firestore` on it's own to remain side-effect free, you'll need to `import 'firebase/firestore'` before you inject it. A similar changes has been made to `AngularFireStorage` and `AngularFireDatabase`
19-
* `AngularFireAuth` has dropped the `auth` property and instead Promise Proxies the underlying Firebase `auth.Auth` instance; allowing your development expirience to more closely mirror the JS SDK. Similar changes have been made to `AngularFireFunctions`, `AngularFireMessaging`, and `AngularFirePerformance`.
20-
* `AngularFireAuthGuard` and `canActivate` have dropped support for raw pipes, this was never working correctly in AOT
19+
* `AngularFireAuth` has dropped the `auth` property and instead Promise Proxies the underlying Firebase `auth.Auth` instance; allowing your development experience to more closely mirror the JS SDK. Similar changes have been made to `AngularFireFunctions`, `AngularFireMessaging`, and `AngularFirePerformance`.
20+
* `AngularFireAuthGuard` and `canActivate` have dropped support for raw pipes, this was never working correctly in AOT

0 commit comments

Comments
 (0)