firebase-unity-sdk icon indicating copy to clipboard operation
firebase-unity-sdk copied to clipboard

[FR] Support List API for Firebase Storage, as what iOS/Android SDK offers

Open danielok1993 opened this issue 3 years ago • 6 comments

Hi Everyone,

Is listing items in subdirectory part of roadmap of Unity SDK? This feature is officially available in all other SKDs with exception to Unity and C++.

Do you have any workarounds except storing this information in database?

Thanks.

danielok1993 avatar Nov 23 '21 11:11 danielok1993

Let me turn this into the main feature request. And please allow me to change the title a bit.

Please upvote this post if this feature are important to your team.

Thank you!

chkuang-g avatar Jun 18 '22 02:06 chkuang-g

I wasn't aware it was possible to upvote a github issue. A quick google of "github update issue" doesn't seem to think it exists.

ferretnt avatar Jun 27 '22 21:06 ferretnt

I am also waiting for this feature.

BlackSp1der avatar Sep 11 '22 18:09 BlackSp1der

It's been a year since I originally posted this as.

https://github.com/firebase/quickstart-unity/issues/1237

We have an enterprise client with a massive volume of data that we'd LOVE to migrate from Azure Storage to firebase storage. Unfortunately, some not-performance-critical parts of the app currently rely on Azure list-blob APIs, and without an equivalent in Cloud Storage it's more complex to migrate.

ferretnt avatar Mar 03 '23 22:03 ferretnt

still does not exist, what is the point in having firebase if we cannot list files at all.

amigax avatar Jan 29 '24 09:01 amigax

still does not exist, what is the point in having firebase if we cannot list files at all.

The Firebase iOS/Android SDKs are open source, so you can have a quick read of them and make your own rest call with UnityWebRequest.

ferretnt avatar Jan 29 '24 21:01 ferretnt