How to parse multipart/form-data on firebase cloud functions?
问题 I've been trying to post a multipart/form-data object with text and an image file to one of my cloud functions, according to the documents here: https://cloud.google.com/functions/docs/writing/http#multipart_data_and_file_uploads I've kept my cloud function almost entirely the same as the example, except I've wrapped it in a CORS response. It seems though, that no matter what, busboy's 'field' and 'file' events never fire, and when I print the request body's toString method, I get some of the