firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
### Description When trying to read documents in a collection or setting up a listener, I am getting a networking error. However, I am able to write and create docs...
### Description Recently we released new updates of our apps where we updated firebase to version 11.1.0 and started building with Xcode 16.0. Since then we have seen a very...
### Description I believe the issue is similar to the one described in https://github.com/firebase/firebase-ios-sdk/issues/12800. The binary seems to be built using Swift 5.9, while Xcode 15.3+ uses Swift 5.10. I...
### Description Product -> Build Documentation for Crashlytics generates many build warnings and incomplete docs:  ### Reproducing the issue Product -> Build Documentation...
Adding unit tests for recaptcha enterprise in Audit mode.
There are tests that supposedly require unswizzling, but when I remove the assertion, they all pass. There doesn't seem to be any issues removing all unswizzling from the unit tests....
In preparation for handshake on streams, the abstract stream is expanded to have separate callback for first and next messages.
### Description 1. Add the ability to proxy every request to api 2. Can't find how it can be done right now 3. Idially it should be something similar to...
Extend timeout wait time to address CI runner flakes. Successor to #13442. Fix #13737