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: docs/version-6-upgrade.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,5 @@ We're aiming to release 6.0 with an upgrade schematic to automate most of the re
15
15
* Dropped `@angular/fire/firebase-node` and `@angular/fire/database-depreciated`
16
16
* We make use of Proxy in more modules, you'll need to polyfill if you want to support IE 11
17
17
* We've standardized our DI Token naming conventions across all modules
18
-
*`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
18
*`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
19
*`AngularFireAuthGuard` and `canActivate` have dropped support for raw pipes, this was never working correctly in AOT
0 commit comments