Jon Simantov
Jon Simantov
It's still failing to link. Log attached: [8_Build integration tests.txt](https://github.com/firebase/firebase-cpp-sdk/files/13895048/8_Build.integration.tests.txt)
Hi, Looking into this, there seems to be an issue with disk persistence and the way GetValue is implemented (using single value listener). Does it work if you are online...
Looks like this actually is a bug if your C++ code is running outside of the main (UI) thread: https://github.com/firebase/firebase-cpp-sdk/blob/e877b22faf5d4b2ad8080179369050ef6c15a2d8/storage/src/ios/storage_reference_ios.mm#L149 This code uses the `path` that was passed in, but...
This would be super useful for me!
As a workaround, if you can add a preprocessor definition INTERNAL_EXPERIMENTAL=0, that should fix this.
Hi, is there any update to this PR? It would be very helpful if it were merged.
Thanks - we'll look into this.