I am trying to create a project structure similar to the following:
The goal is to perform "firebase deployment - only functions" in folders of anonymous login or logon, but deployment is not performed.
Currently, the "initbbbbbbase functions" creates new index.js and package.json files in the functions folder, which I don't want.
In addition, we want to avoid using require to pull all the functions into a single index.js file.
source
share