Quantcast
Channel: Cloud Functions for Firebase: Project structure multiple self-contained functions - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Arun Shankar for Cloud Functions for Firebase: Project structure...

firebase deploy --only functions:<any function>Firebase has started allowing developers to deploy specific functions as well

View Article



Answer by Doug Stevenson for Cloud Functions for Firebase: Project structure...

When you run firebase deploy, it will deploy every function in your project and all files under the functions directory. There is currently no way to select anything less than the entire thing.Update:...

View Article

Cloud Functions for Firebase: Project structure multiple self-contained...

I am trying to create a project structure similar to the following: --firebase-admin-project --firebase.json --functions --anonymous-login --node_modules --index.js --package.json --auth-login...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images