Adam van der Kruk

Results 5 comments of Adam van der Kruk

I would like to assist in creating this document... could we discuss the basic setup needed?

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": {...