From 002f1d3ff4df002e631f759b9102a85c1b766252 Mon Sep 17 00:00:00 2001 From: Johan CHOUQUET <1401825+johanchouquet@users.noreply.github.com> Date: Thu, 6 Feb 2020 10:47:08 +0100 Subject: [PATCH] (fix) typo fixed (i -> e) --- docs/version-6-upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/version-6-upgrade.md b/docs/version-6-upgrade.md index 175417a5e..427d5a9b1 100644 --- a/docs/version-6-upgrade.md +++ b/docs/version-6-upgrade.md @@ -16,5 +16,5 @@ We're aiming to release 6.0 with an upgrade schematic to automate most of the re * We make use of Proxy in more modules, you'll need to polyfill if you want to support IE 11 * We've standardized our DI Token naming conventions across all modules * `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` -* `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`. -* `AngularFireAuthGuard` and `canActivate` have dropped support for raw pipes, this was never working correctly in AOT \ No newline at end of file +* `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`. +* `AngularFireAuthGuard` and `canActivate` have dropped support for raw pipes, this was never working correctly in AOT