Schmale97

Results 10 comments of Schmale97

I am on firebase-functions version 3.22.0 and firebase-tools versions 11.4.2 and my secrets aren't being picked up when I emulate the cloud functions not will my cloud function deploy, is...

What other details do you need about my set up? I'm using node 16.16.0 I did the same test as you with a simple onRequest and onCall, ``` export const...

I was able to deploy a cloud function to a project using Node 12 where a shared lib is imported. There is no package-lock.json in my app directory nor my...

@simondotm no worries, my codebase is very simple at the moment, I have one app 'functions-app' which has the 'helloWorld' cloud function which this package generates. And one lib 'my-lib'...

not using nx - there is an issue currently with firebase (https://github.com/firebase/firebase-tools/issues/968) to do with the deploy step failing when using local depencies with npm - there are some workarounds...

Not sure where you have got to with this, but I just encountered an issue with deploying when I created a 2nd lib 'their-lib' which 'my-lib' depended on. Removing the...

Yeah can confirm that changing to node 10 stops the deploy error for me, thanks :)

+1 I am also experiencing this when using inquirer inside a local executor

I am also experiencing this issue on firebase-admin: ~12.0.0 and firebase-functions: ~4.6.0