firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
Added support for listening to Firebase Remote Config updates using `AsyncStream`. This allows the app to react to config changes in real-time in a more Swift-concurrent-friendly way.
### Description I’m encountering a crash in our app on iOS 18.3.2. The crash appears to occur in the `GDTCORFlatFileStorage` module when trying to enumerate a directory. The crash log...
Added Swift Testing `Trait` called `IgnoreBackendOverloadedTrait` that ignores HTTP 503 errors as known issues. These can occur when the backend is overloaded. #no-changelog
### Description Placeholder issue for removing deprecated API: 1. See this comment (https://github.com/firebase/firebase-ios-sdk/pull/14833#pullrequestreview-2826293313) ### API Proposal _No response_ ### Firebase Product(s) Authentication
#no-changelog
### Feature proposal * Firebase Component: Auth Please allow overriding the host for secure token requests to enable developers using their own reverse proxy in places where securetoken.googleapis.com is blocked....
### Description **Expected Result:** When round-tripping a `Timestamp` through Firestore, it is exactly the same before and after. **Actual Result:** The nanosecond field of the `Timestamp` is consistently different. **Why...
### Description Disabled in #14758 to make nightlies less noisy ### Reproducing the issue _No response_ ### Firebase SDK Version 11.12 ### Xcode Version 16.2 ### Installation Method Swift Package...
### Description When the FirebaseAuth library is included as a Swift Package Manager dependency in an iOS project, and FirebaseApp.configure() is called during application launch, the standard iOS AppDelegate callbacks...