What's Changed
- Allow use in Zoneless projects
- Depends on Angular v19, Firebase v11
- Now bundling schematics, this allows us to clean up some dependencies
- Drop locationId from the downloaded config on
ng add
, fixes #3556
What's left
Before we release v19 final we have a couple things to fix up
- Make sure Zoneless is working well with Angular SSR, better leverage PendingTasks
- Dust off the rxfire dependency, it's a little long in the tooth
- We marked a couple flaky FirestoreCollectionGroup tests as pending, we should sort those
- Codesplit the now bundled schematics, will shave ~2mb off the tarball
- Update samples and docs to v19
- Address any show stoppers encountered while testing
- Add an upgrade schematic to migrate from Firebase v10 => 11 and vertex-preview => vertex
New Contributors
- @mmalerba made their first contribution in #3543
- @DellaBitta made their first contribution in #3570
- @hsubox76 made their first contribution in #3577
Full Changelog: 18.0.1...19.0.0-rc.0