firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

Firebase SDK for Apple App Development

Results 962 firebase-ios-sdk issues
Sort by recently updated
recently updated
newest added

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...

api: firebaseai

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...

api: firestore

api: firestore
public-api-change

#no-changelog

api: firestore

### 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...

api: analytics
api: crashlytics

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,...

api: firebaseai

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...

api: remoteconfig

### 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). ###...

type: feature request
api: crashlytics
needs-attention