peter-szrnka / firebase-hosting-api-java

A simple Java library for Firebase Hosting REST API
MIT License
0 stars 0 forks source link

Validate deployment content #44

Closed peter-szrnka closed 11 months ago

peter-szrnka commented 11 months ago

Currently HTTP 400 might received when there is no input file to upload in the deployment request.

The goal is to implement a validation into all necessary services where it is necessary to check the content.

peter-szrnka commented 11 months ago

Non reproducible issue: Neither v0.6 nor v0.7 did not produce any error with empty files: image