- Updating peer dependencies to allow for Angular 10
ng add @angular/fire
should correctly add thefirebase
peerng add @angular/fire
will not duplicate settings entries, if they're already presentng add @angular/fire
will error if there are peer incompatabilitiesng deploy
should function correctly on Windows devicesng deploy
will now mark the Angular assets as immutable on Firebase Hosting- RTDB and Firestore CRUD operations should return in the ngZone
- Use of
AngularFireAuthGuard
should no longer destablize Zone.js