Features
- auth-guard: modular auth guards now available (#3001) (3ae6ce5)
- schematics: setup wizard on
ng add
, allow deployment to Cloud Run, and add more configuration options tong deploy
(#2836) (72d3c2e) - compat/storage: Adding list function (#2960) (ea544b)
- app-check: Add AppCheck (#2940) (337116f)
- compat/storage: Transfer state support for the
getDownloadURL
pipe (#2921) (d6cfe16) - analytics: modular versions of
ScreenTrackingService
andUserTrackingService
now available (#2963) (d724d81) - core:
provide*
methods can pass dependencies & the factory can use the injector for more advanced configuration (#2963) (d724d81)
Bug Fixes
Misc.
Analytics
,RemoteConfig
, andMessaging
can benull
ifisSupported()
returns false, this guards against runtime failures in unsupported environments at the cost of null checking- Require Firebase 9.1 peer
ng add
installs firebase-tools globally, this also addressed the race condition- Requires firebase-tools 9.9+ peer (optional)
- Moved peer dependencies for the schematics to proper dependencies
- Mark compatibility with rxjs 7
- Increase the accuracy of performance marks
ng deploy
echos out the firebase-tools version and the user- Error message improvements