Extract `mediaLink` of each uploaded file to firebase storage on multiple upload using NodeJS server
I’m trying to extract the mediaLink
and name
properties from each uploaded file to firebase storage, however, what happen is that the files are uploaded successfully but the response is an empty object. What I want is to respond with a collection of objects containing each file properties.