firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
### Description I see SIGABRT (ABORT) crash in my Crashlytics after update to v11.1.0. `FPRNetworkTrace.m - Line 253 - [FPRNetworkTrace didCompleteRequestWithResponse:error:] + 253` Which belong to firebase Performance SDK. I...
### Description A few days ago, Firebase was working like a charm, I had no issues with connecting to the server that I had connected to an iOS app. Then...
### Description after update ios to 18 Beta, i got the error. actually the error looks like 2 years ago in this [LINK](https://github.com/firebase/firebase-ios-sdk/issues/10495) is there any update? thanks ### Reproducing...
### Description Since we register the signal handler ourselves first, Crashlytics will overwrite our signal handler when it registers the signal handler again. So I expect Crashlytics to re-raise the...
### Description I've raised an equivalent issue against Flutterfire at https://github.com/firebase/flutterfire/issues/13268, where most of the detail can be found. The gist of the issue is that the docs for Flutter...
### Description When I do pod install with pod '**FirebaseInAppMessaging**' in my podfile, it installs v0.13.0 I found a closed ticket from almost a year ago saying it is in...
This is not a breaking change. Added to milestone 12 for reassessment if not address beforehand. ### Description Auth's `canHandle(_ url: URL)` API doesn't fit as well in the scene...
Initial updates to support config v2. To keep the changes smaller, keeping the FIROptions dictionary backing store, but that should probably go away. The PR is still incomplete and only...
WIP - Updating the documentation for `GenerationConfig` parameters. - [x] `temperature` - [ ] topP - [ ] topK - [ ] candidateCount - [ ] maxOutputTokens - [ ]...