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