Pascal Betting
Pascal Betting
[Here](https://github.com/pascalbe-dev/test-ngrx-versions) is a showcase repo.
I also stumbled across that issue. Using the modular imports fixed the issue. Thanks for the hint :) I think - since this is a breaking change in usage with...
Running my jest tests for code, which imports `getFirestore` the modular way now fails. It is unhappy with the following statement in the `/node_modules/firebase-admin/lib/esm/firestore/index.js` file. > import mod from "../../firestore/index.js";...
Any update on this? This would be really nice. Furthermore it would be nice, if we could check which columns have been added (with which values).
@Hydhen Did you paste it to a scss file? For me, the workaround also did not work. I got it working with the following css: > ::ng-deep .mat-form-field-subscript-wrapper { position:...
I see there is a open PR for new docs: https://github.com/angular/angularfire/pull/3236 I'll keep this issue open. Not sure, if the PR will cover all the needs described here.
Experiencing the same issue. We need compatibility with React 18.
I'm having the same issue. Thanks @simondotm for fixing that. I will try out our version. However, would be cool to have that in the main repo.
Can we add a PR to fix that ourselves? :) I would assume, that the plugin is compatible with newer versions of react, but the peer dependency version is just...