fastify / fastify-multipart

Multipart support for Fastify
MIT License
490 stars 103 forks source link

Support Firebase / GCP cloud functions #547

Open ThomasKientz opened 1 month ago

ThomasKientz commented 1 month ago

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