I noticed that @angular/fire 21.0.0-rc.0 was released about seven months ago, but there haven't been any updates since then.
Could you provide an update on the current status of the project? Is it still actively maintained, or has development been put on hold or abandoned?
I noticed that @angular/fire 21.0.0-rc.0 was released about seven months ago, but there haven't been any updates since then.
Could you provide an update on the current status of the project? Is it still actively maintained, or has development been put on hold or abandoned?
Hi folks, I've been tasked with getting AngularFire back in sync with the latest Angular versions. I'm starting with v21, and will move to v22 after that.
Wrapping the Firebase SDK for zone.js change detection was an important feature of AngularFire. AngularFire’s zone wrapper has already been rebuilt on Angular's zoneless-era primitives. Even though Zoneless is now the default in Angular, AngularFire still solves a number of other common use cases.
That includes integration with PendingTasks so SSR/hydration wait for your data, preservation of injection context across Firebase’s async callbacks, dependency injection and lazy loading of Firebase SDKs, observable bindings, router auth guar…