I use express to handle post requests and formidable to parse uploaded files:
express
import * as admin from \"firebase-admin\"; import * as functions from
Formidable-serverless is a good option. It works with Firebase Cloud Functions.
Formidable doesn't work with Cloud Functions, for the same reason that multer doesn't work. Use busboy instead.