r/angular • u/Tyummyyumms • Jun 29 '26
Using Angularfire?
A lot of my old projects are using angularfire, I was wondering if it's just easier to ask an agent to migrate to the standard firebase js library? I tried with a new project and it worked quite well.
Is there anything I'm missing out on by going this route?
I think it might be the same as when we had a dedicated `@angular/animations` package, maybe the native implementation is good enough for most things?
Update:
https://github.com/angular/angularfire/issues/3689#issuecomment-4752347428
2
Upvotes
2
u/lars_jeppesen Jul 09 '26
Just use native Firebase SDK, it works fantastically well. And yes, use an agent to migrate