Releases: angular/angularfire
Releases · angular/angularfire
7.0.0
Breaking changes
- Angular 12 is required
- AngularFire now only works in Ivy applications
- Firebase JS SDK v9 is required
- The existing AngularFire v6 API surface has moved from
@angular/fire/*
to@angular/fire/compat/*
(see compatibility mode) - compat/auth:
USE_EMULATOR
DI token is now in the form of['http://localhost:9099']
Features
- New modular API surface available at
@angular/fire/*
- compat/storage:
USE_EMULATOR
DI token
7.0.0-rc.0
chore(release): Release candidate (#2894)
7.0.0-alpha.5
See #2770 for more details.
7.0.0-alpha.4
See #2770 for more details.
7.0.0-alpha.3
See #2770 for more details.
7.0.0-alpha.2
See #2770 for more details.
7.0.0-alpha.1
See #2770 for more details.
7.0.0-alpha.0
See #2770 for more details.
6.1.5
6.1.5-rc.6
setInterval rather...