Uploader file to firebase storage

Hi everyone,
My app is running on firebase hosting and I need to upload file to firebase storage. Webix uploader view require a server-side script for handle upload (“upload.php” for example).

I have already try to set the upload parameter point to upload.js which is contain filebase upload script. But it return an 404 not found error “POST http://localhost:4000/upload 404 (Not Found)”

Is there a way to achieve that, kindly help me.

Thanks.