Adam van der Kruk
Adam van der Kruk
any known reason for this guys?
I would like to assist in creating this document... could we discuss the basic setup needed?
Any updates regarding this issue?
I am under the impression that **function.ignore** is also responsible for determining which part of the directory tree and files would not be deployed to the cloud function! On the...
This is our firebase.json file: ``` { "functions": { "source": "app-backend", "ignore": [ "src", ".config", "dist-test", "deploy.js", "node_modules" ], "predeploy": [ "npm --prefix ./app-backend run build" ] }, "hosting": {...