There doesn't seem to be a way to remove a response header. I am trying to remove the X-Powered-By header. I am only able to set its value, through which I can effectively achieve the same result, but it would be nice to be able to actually remove the header.
Is there some way to achieve this?
Issue originally raised here: firebase/firebase-functions#754