GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.11k stars 153 forks source link

Add metadata property to putFile of firebase storage #513

Closed BasBuijsen closed 3 months ago

BasBuijsen commented 4 months ago

I want to be able to add metadata to a file when uploading it to firebase storage. The platform specific implementations have an optional parameter for metadata with a custom firebase class. I want to add an extra optional property in the putFile function like it is in the platform specific implementations.

Would this be okay to add? If so i will make the changes and create a pr for this.

BasBuijsen commented 4 months ago

https://github.com/GitLiveApp/firebase-kotlin-sdk/pull/514