Daniel Lee

Results 106 comments of Daniel Lee

Current dependencies on/for this PR: * master * **PR #4955** * **PR #4949** * **PR #4861** * **PR #4867** * **PR #4886** * **PR #4964** 👈 * **PR #4947** This...

The prior version of the Functions Emulator required monkey patching of the Functions SDK, which no longer works. Technically, we are trying to remove all monkey patching of library code...

Thanks for a thorough writeup. I think the documentation is right and the implementation is wrong. We will work on a fix to be shipped in the next release.

Hi @eugeneo! Unfortunately, CF3v2 (i.e. GCF Gen 2 and EventArc) does not support Firestore as a trigger yet. When it becomes available, you will be able to create a Firestore...

Taking a look @DhruvRaiPuri @maoo In the meantime, can you share information about the version of firebase tools used to deploy the function? I've tried the follow, and things are...

Moved to SDK to better track this FR. This is a great ask - will try to get our FR process to tackle this assignment soon.

We think we have a fix and are working on a patch. If anyone has time to help - would love to have folks test out the dl-fn-emu-inspect-bug branch which...

Current dependencies on/for this PR: * master * **PR #4955** * **PR #4949** * **PR #4861** * **PR #4867** * **PR #4886** * **PR #4964** * **PR #4947** 👈 This...

This is a great feature request. Our teammate suggested this might be a new flag in firebase.json: ``` "functions": { "artifactHistoryLength": 2 } ``` This will have to go through...

Thanks for filing the issue @rahuld600! QQ1 - what tooling are you using for package management (yarn? npm)? Are you usign yarn/npm workspaces? QQ2 - have you run `npm i`...