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 doesn't work with Cloud Functions, for the same reason that multer doesn't work. Use busboy instead.