I've been trying to handle POSTs (multipart/form-data) with a Firebase function and Express but it just doesn't work. Tried this in local server and it works just fine. Everything's the same except it's not contained in a Firebase function.
Answer
If you want to create an upload image endpoint inside Google Firebase (Cloud functions), then here is one way you can do it.