Add List storage API to Unity SDK#1434
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the ListAsync API to the Firebase Storage SDK, allowing users to list items and prefixes under a reference. The changes include the addition of the StorageListResult class, the ListAsync method in StorageReference, updated SWIG bindings, and new automated tests. Feedback focuses on optimizing list initialization by setting capacity, improving API usability by using IReadOnlyList for result collections, and renaming parameters for cross-SDK consistency. Additionally, improvements to the automated tests were suggested to prevent flakiness and ensure proper assertions are made.
f053675 to
cd3945b
Compare
✅ Integration test succeeded!Requested by @firebase-workflow-trigger[bot] on commit d2ee847 |
|
Add List storage API to Unity SDK https://github.com/firebase/firebase-unity-sdk/actions/runs/24738343429 Has some failures but none related to storage. Should be good to go. |
Description
Add List storage API to Unity SDK
Testing
New integration tests and a local run on iOS.
Type of Change
Place an
xthe applicable box: