firebase / firebase-android-sdk

Firebase Android SDK
https://firebase.google.com
Apache License 2.0
2.23k stars 565 forks source link

Adding Custom-Time to Firebase Storage #3647

Open nathanfallet opened 2 years ago

nathanfallet commented 2 years ago

What feature would you like to see?

As reported and implemented in the firebase-ios-sdk in https://github.com/firebase/firebase-ios-sdk/pull/9576, the Custom-Time property is missing in Firebase Storage Metadatas. The idea is to implement it as well in firebase-android-sdk.

google-oss-bot commented 2 years ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

argzdev commented 2 years ago

Hi @NathanFallet, thanks for filing the request. Our engineers will take a look at this when they have the time.

nathanfallet commented 2 years ago

Please note that the backend is not fully supporting the feature (as we noticed by implementing it in the iOS SDK), so it will need backend changes.

argzdev commented 2 years ago

Well noted!