I have 100ds of functions deployed to firebase and I would like to know if I can list the remote functions on my machine using the firebase command line tools.
I want to see the list of functions deployed.
What I am trying to solve is:
- Batch deploy functions to avoid deployment limit.
- Deployment error when function deleted/renamed locally and then deploying whole functions.
Thanks!