step-up-labs / firebase-storage-dotnet

C# library for Firebase Storage
MIT License
143 stars 36 forks source link

Added method GetMetaDataAsync #25

Closed gtaylor44 closed 5 years ago

gtaylor44 commented 5 years ago

Thanks for your work on this library. This has saved me a bunch of time.

One use case I have is to determine an accurate file size for a recently saved file (saved via the Firebase client SDK). I can get this using the Firebase client SDK but I would prefer to do it server side just in-case a user attempts to tamper/hack the C# web api endpoint (and set an incorrect file size which would screw up user statistics).

bezysoftware commented 5 years ago

Merged & published to nuget in v1.0.3, thanks for the contribution!