Bryan Kendall

Results 53 comments of Bryan Kendall

One last question that'll help me narrow down what's going on. You said it works on `v11.13.0` and "broken onward" but don't mention what version you _are_ using. I _suspect_...

I have a horrible hunch that this and #5133 are related, but I discovered the other day that running the tests for `superstatic` (which powers the Hosting emulator) don't work...

I've seen something similar recently. There should be a log for the storage emulator - could you provide the output of that?

What version of Node are you running? `npm`?

I'll try to take a look on my windows machine at some point next week, but this reads as something that's likely odd in your specific setup, so I'm not...

@markgoho we have a function that does check for that variable specifically `isCloudEnvironment`: https://github.com/firebase/firebase-tools/blob/master/src/utils.ts#L554-L559 (not sure how it's used throughout the codebase, but that seems like a good exercise for...

`v11.14.3` has better logic in it that should help with not binding to ipv6 if it's unavailable. Give that a whirl (without overriding all the things) and see if that...

Interesting. Would you mind running the deploy with `--debug` and seeing if there's useful logs to share? Sounds like something our Functions team will want to look at.

an interesting idea, but I'm not sure it's one we'd tackle right away. PRs are always welcome, though!

Failing a deploy because we can't clean up artifacts isn't the desired path. You're right though, we should see if we can improve the permissions to make sure it has...