firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
wip Add `func generateObject(as type: T.Type, from prompt: String) async throws -> T` The new tests pass locally ## Summary of Changes This pull request significantly enhances the Firebase AI...
Add AsyncSequence support for Firestore This change introduces support for `AsyncSequence` to `DocumentReference` and `Query`, allowing developers to use `for await in` to receive real-time updates from Firestore. The implementation...
### Description I am aware that a fix was made for #14619 in version 12.2.0. However I am still experiencing several 'Slow Launches' when executing [FIRApp configure] on a simulator...
Require `Sendable` conformance for `PartsRepresentable` types. Note: `CGImage` didn't become `Sendable` until Swift 6.1 (Xcode 16.3) and `NSImage` / `CIImage` became `Sendable` in Swift 6.2 (Xcode 26.0). As a workaround,...
This PR introduces a new `configUpdates` property to RemoteConfig, providing an `AsyncThrowingStream` for consuming real-time config updates. This offers a modern, Swift Concurrency-native alternative to the existing closure-based listener, making...
### Description this ovserved in Java/C#, mostly due https://github.com/firebase/firebase-ios-sdk/issues/15383, but anyway Crashlytics is not handling simultaneous crash events in different threads (or just null pointers exception in try/catch blocks). ###...