Quantcast
Viewing latest article 2
Browse Latest Browse All 3

Answer by Doug Stevenson for Cloud Functions for Firebase: Project structure multiple self-contained functions

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: There is a new feature in the CLI that allows for individual functions and groups of functions to be deployed independently. The documentation for that is in the partial deploys section of the docs.


Viewing latest article 2
Browse Latest Browse All 3

Trending Articles