step-up-labs / firebase-storage-dotnet

C# library for Firebase Storage
MIT License
140 stars 35 forks source link

How to set mime-type? #15

Closed tommed closed 6 years ago

tommed commented 6 years ago

The API clearly shows the ability to set MIME TYPE and other meta-data when uploading a file, which is exposed in the other libraries, but the C# version doesn't seem to support this..? Why you no love C#?

bezysoftware commented 6 years ago

You're welcome to do a PR, I currently don't have plans to add support for it

tommed commented 6 years ago

Pull request #18 now created. I've also fixed a bug that was introduced recently by another commit. TimeSpan should not be compared to null as it's a value type (it can't be null). Changed it to check against default(TimeSpan).

bezysoftware commented 6 years ago

Deployed in v1.0.2