When rolling back a Firebase Hosting deploy, is it possible to also roll back Firebase Functions to the state they were in as of the target Hosting rollback?
If not, is there some way to manually roll back functions?
I have not seen a way to do so in the documentation, but I'm hoping I've missed something, since this would be a nice way to ensure interoperability between functions and hosting in a rollback. https://firebase.google.com/docs/cli#roll_back_deploys
There's also this related question How to atomically update and roll back a Firebase Hosting site + Cloud Run service? , but it's about Firebase Hosting and Google Cloud Run.