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

(Tests for) Storage on iOS not working #547

Closed Daeda88 closed 3 months ago

Daeda88 commented 3 months ago

As discussed in https://github.com/GitLiveApp/firebase-kotlin-sdk/pull/529#issuecomment-2186792592 the tests for the storage module on iOS seem to be broken. This could even indicate a broken behaviour of the module itself.

How to reproduce

Simply run the tests for storage on iOS. These hang for an so far unknown reason.

Expected Behaviour

Storage should work for iOS

Daeda88 commented 3 months ago

Fixed in #529