LanderBeeuwsaert
LanderBeeuwsaert
FYI, you can create the functionality yourself (we're using angularFire here, but same should be possible without): connectToDocsFromQuery$(query: Query): Observable { return collectionSnapshots(query).pipe( catchError(e => { // if it's a...
I have the same requirement, and indeed nothing being rendered. @Zander1983 did you find a solution eventually?
@derekkite cool! I'm trying to add this to a project to experiment with; however if I add to package.json: "@angular/cdk-experimental": "^7.3.7" the module is not in that branch it seems;...
ok, found it, it's only included in the 8.0.0 branch.
@Splaktar Hi, a component like you say would be nice. For the moment we use "@ncstate/sat-popover": "4.0.0"
lol bump bump
Hi @christhompsongoogle @jhuleatt Would it be possible to give an update on this issue? It keeps blocking us from upgrading to newer versions.
Hi @jamesdaniels , would it be possible to have a look at this? This still happens even with firebase 9.14.0 and angularFire 7.5.0.
ah found it, for unknown reason, when updating to 9.9.4 and using both modular and compat library, it's necessary to have both the "newer/modular" override for firestore emulator and the...