Angularfire v19 broken for the compat API
rosostolato opened this issue · 4 comments
rosostolato commented
Looks like the inject(NgZone) added here on #3586 are causing these issues for compat:
Here are the lines in the repo:
https://github.com/angular/angularfire/blame/main/src/compat/firestore/firestore.ts#L200
https://github.com/angular/angularfire/blame/main/src/compat/firestore/firestore.ts#L230
google-oss-bot commented
This issue does not seem to follow the issue template. Make sure you provide all the required information.
rosostolato commented
Pushed a PR proposing the fix.
Flayxamax commented
I'm having the same problem with the latest version, did u get the fix?
rosostolato commented
I'm having the same problem with the latest version, did u get the fix?
I pushed a PR with possible fix here #3595

