Open ThomasKientz opened 1 month ago
Support serverless firebase and GCP
Currently we can't use this plugin with serverless GCP (or Firebase).
As explained here https://github.com/fastify/fastify/issues/946#issuecomment-766319521 and in the doc for firebase, we need to use req.rawBody in order to parse files from multipart.
req.rawBody
No response
Prerequisites
🚀 Feature Proposal
Support serverless firebase and GCP
Motivation
Currently we can't use this plugin with serverless GCP (or Firebase).
As explained here https://github.com/fastify/fastify/issues/946#issuecomment-766319521 and in the doc for firebase, we need to use
req.rawBody
in order to parse files from multipart.Example
No response