firebase-unity-sdk
firebase-unity-sdk copied to clipboard
[FR] Support List API for Firebase Storage, as what iOS/Android SDK offers
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.
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!
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.
I am also waiting for this feature.
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.
still does not exist, what is the point in having firebase if we cannot list files at all.
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.