Closed
Description
Hey all, figured I'd open an issue which could serve as a catch all for the 5.2 release and any issues people are having with the beta.
Release Candidate 3 is the most current on @angular/fire@next
. We're aiming to release the week of June 27th, roughly aligning with the Angular 8 release.
Feel free to chime in.
Changelog
AngularFire 5.2 introduces support for Angular 8 and version 6 of the Firebase SDK.
Bug Fixes
- firestore: Fix for builds targeting Node (#2079) (8a33826)
- storage: Typo in updateMetadata method (#2029) (6133296)
- messaging: Allow
AngularFireMessaging
to be included in a server build (#1938) (9b870a9)
Features
- performance: AngularFire Performance Monitoring (#2064) (2469e77)
- auth-guard: AngularFire Auth Guards (#2016) (e32164d)
- firestore: Added option to include document IDs on valueChanges() (#1976) (7108875)
- firestore: Support Firestore Collection Group Queries (#2066) (c34c0f3)
- functions: Allow configuration of Functions Emulator Origin (#2017) (d12b4c5)
- schematics: ng deploy schematic (#2046) (be0a1fb)
- firestore: path on
AngularFirestoreCollection
's.doc
is optional (#1974) (c2354f8)