firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
### 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...
### 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...
### 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,...
### 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,...
### 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...
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 -...
#no-changelog
### 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...
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...