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

### Description Hi everyone, We are seeing an increase in crashes in our iOS app, which seems to have increased after the release of iOS 26.x. We believe the crash...

api: firestore

### Description Our security scanner Data Theorem is raising many findings of type “App Embeds SQL Query with Dynamic Input” that are coming from the Firebase iOS SDK, not from...

api: analytics

### Description Hey, I have an issue with crashes caused by shared Kotlin code in Kotlin Multiplatform project. Stack trace is unreadable. Crashes caused by native Swift code are OK,...

type: feature request
api: crashlytics

### Description For a small portion of users (~1%), when they first install the app, the App Check token generation fails. A dummy token is passed to the Google endpoint,...

api: appcheck

### Description We are seeing watchdog termination (0x8BADF00D) crashes during app foregrounding. The main thread gets blocked inside FirebaseCoreInternal.UnfairLock, causing the app to hang for >5 seconds and get killed...

api: core

Added support for setting [thinking levels](https://ai.google.dev/gemini-api/docs/thinking#thinking-levels) with Gemini 3 models. This is controlled by the `thinkingLevel` parameter in `ThinkingConfig`. TODOs: - [x] Update documentation - [x] Add changelog entry -...

api: firebaseai

### Description When I enabled the “Enhanced Security” configuration in Xcode 26, I encountered an issue while attempting to build my project. ### Reproducing the issue - Open Xcode project...

needs-attention
beta-software

This PR adds support for the method signInWithProvider (from the flutter SDK) for macOS, allowing us to login with SSO on macOS platform. Tried with Microsoft AD SSO. The proposed...