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.