Ability to deploy Firebase functions from the "Deploy to Firebase" button

The “Deploy to Firebase” button allows us to deploy a web app on Firebase Hosting and also deploy database rules. It would be great if it could also deploy Firebase functions (exactly like the “firebase deploy” command in the Firebase CLI).

Currently, if your Glitch project contains Firebase functions, the “Deploy to Firebase” button doesn’t work.