firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
This PR should stabilize the Crashlytics unit tests after asking gemini to find and address several flaky tests. This PR doesn't touch the library itself other than exposing an additional...
Fix #15383 Here's a Gemini driven PR that still needs end-to-end testing and review. Gemini comments below: Summary: This PR modifies FIRCLSContextInitialize to install signal and mach exception handlers synchronously....
Fix #15361 To better align the Firebase Auth SDK with modern Swift concurrency, this PR introduces `AsyncStream`-based APIs for observing authentication state and ID token changes. ## Key Features &...
Fix #15281 Gemini's analysis: After analyzing firebase_auth_credentials_provider_apple.mm, I've identified the source of the crash. The Problem Here's the relevant section of the GetToken method in the Firestore SDK: ``` 1...
### Description Hello I am using Firebase 12.3.0. My app update just went into production with Performance Monitoring and I received 2 crashes so far. This is a very small...
Fix #14880. More context in discussion at #15559
### Discussion Fix for #10220 by deriving slow-frame budget from UIScreen.maximumFramesPerSecond User Statements: - Slow rendering values on tvOS approximately 150 times higher (~60%) than on iOS (
Attempting to narrow down [`xcodebuild: error: Unable to find a device matching the provided destination specifier`](https://github.com/firebase/firebase-ios-sdk/actions/runs/19889905407/job/57052262459#step:8:20): 1. https://github.com/firebase/firebase-ios-sdk/commit/3c30cd9a5d9a492c5bb2fd1a63fc61711dc32f97 - no error https://github.com/firebase/firebase-ios-sdk/actions/runs/19907971193/job/57075111132?pr=15572 2. https://github.com/firebase/firebase-ios-sdk/commit/e27633b896cea0f329699a33cb4189881d3a381a - in progress https://github.com/firebase/firebase-ios-sdk/actions/runs/19910044939/job/57076154265?pr=15572 #no-changelog
### Description Expected Behavior When a user signs in with Apple, Firebase should successfully authenticate the user after verifying that the nonce in the Apple ID token matches the SHA256...
WIP - Currently only includes scaffolding types, not the macro itself. **Initial Implementation TODOs:** - [x] Add scaffolding for `Generable` protocols and types that align with Foundation Models. - [x]...