Robby Rabbitman

Results 10 comments of Robby Rabbitman

I was also surprised, since the other functions are generic. As a workaround u can type it for now manually: `protected readonly resumesCollection = collection( this.firestore, 'resumes' ) as CollectionReference;`...

browsers don't permit this

The [async pipe](https://github.com/angular/angular/blob/main/packages/common/src/pipes/async_pipe.ts) uses it aswell for exactly that reason.

Hi there, feel you, had also some trouble setting up CI and CD. Maybe this [repo](https://github.com/RobbyRabbitman/ngx) helps you. I have a working solution, which is ok-ish for my needs right...

If your app only uses the DI feature of angular/fire, you can build your own providers e.g like that: ```ts import { FirebaseApp, FirebaseOptions, initializeApp } from 'firebase/app'; import {...

In my case, the setup is lit, vite and wtr with the [https://github.com/remcovaes/web-test-runner-vite-plugin](https://github.com/remcovaes/web-test-runner-vite-plugin). I think the problem in my case is that the url is not `percent-encoded`. ```ts // hdi-form-field.ts...

I had the same issue with excluding the `node_modules`. In my case setting the include property worked. Maybe that solves part of your problem. Here is my config: ```js import...

A workaround for an azure pipeline. It creates a npm project and installs a pnpm, then prepends the 'path' so that the pnpm inside the node_modules is used. There are...

Pinning corepack to 0.26.0 with sonatype nexus 3.76.0-03 works in my case - maybe that helps someone 😄