joehan
joehan
Hi @wujekbogdan, thanks for reporting this! Looking through [the code that implements this,](https://github.com/firebase/firebase-tools/blob/master/src/fsAsync.ts#L53) I think i see the issue. This code uses [Minimatch](https://www.npmjs.com/package/minimatch) to filter out every path that matches...
Hi @MatthewPatience - looking through the codebase, this chunk of code is only ever used for Functions and Extensions. If you are experiencing a similar issue for hosting, can you...
Duplicate issue: https://github.com/firebase/firebase-tools/issues/4615
Wooof, this is a tricky one. Glad to hear that you found a workaround, and AFAIK we've never seen this behavior in production. I spent some time digging through the...
Thanks for reporting this @matjazonline. Could you also share which version of firebase-functions you are using? This does look like a similar issue to the one that you found from...
@taeold Could you take another look at this when you have a chance? It seems like some folks are seeing this on Node 16 now too. Bryan and I discussed...
Hey @evelant - could you provide some sample documents where this rule misbehaves? We have a good guess as to what is causing this, but having a concrete example would...
Hey all - looks like there are a few different issues here, so I'll take them one at a time: - To the original issue of deployments of a large...
Hey @marcfrankel, thanks for reporting this (and providing a code point!). I'll make a PR to fix this shortly.
Thanks for reporting this with a clear repro! We will investigate.