Firebase cloud functions incorrect header check
问题 I am trying to receive a call to the Firebase Cloud Function and previously I was able to GET, but now I am unable to POST: body: <some valid json> headers: Accept: */* Accept-Encoding: gzip, deflate Connection: keep-alive Content-Encoding: gzip Content-Length: 1296 Content-Type: application/json User-Agent: python-requests/2.9.1 this is what I see in the firebase log Error: incorrect header check at Zlib._handle.onerror (zlib.js:370:17) I also see this: Billing account not configured.