I need the raw request body to be able to SHA-1 digest it to validate the Facebook webhook X-Hub-Signature header that\'s passed along with the request to my Firebase Functi
Unfortunately the default middleware currently provides no way to get the raw request body. See: Access to unparsed JSON body in HTTP Functions (#36252545).