firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
### Description When building application with `Debug` mode on Xcode16, dSYM fails to upload to Crashlytics. This is related to https://github.com/firebase/firebase-ios-sdk/issues/13202 Workaround is to disable `Debug Dylib Support` in target...
### Description we get crash `[NSArray subarrayWithRange:]: range {1, 18446744073709551615} extends beyond bounds for empty array` after we did not able to reproduce the crash we search our project for...
### Description When triggering event with integer parameter this parameter is sent with null value in result. Here is sample code: ``` protocol AnalyticsParamTypeCompliant {} extension String: AnalyticsParamTypeCompliant {} extension...
### Description I have a recipe manager which relies heavily on the cache to show users their recipes. I have a case I can reproduce locally (though I'm unsure how...
### Description 1. Before your firebase code can run, firebase always needs a few moments until it can run. 2. Mostly used is OnAuthStateChanged() which executes the code when a...
### Description Since 2 days ago I cannot see logs& breadcrumbs in firebase console. I don't know if this is because the SDK or it is because an error on...
### Description 1. During email/password signup, user can receive feedback if the password doesn't fulfill requirements 2. I can't find an API for this in the iOS SDK 3. I...
### Description Hi, the issue is `Auth.auth().canHandleNotification(...)` always returning false and I cannot verify phone auth. I followed the docs and my App Delegate looks as follows: ``` class AppDelegate:...
### Description When trying to upload dSYM to Crashlytics on our CI machine, we get `trace trap`. Enabling debug mode via ``` upload-symbols -ai REDACTED -p ios Redacted.app.dSYM.zip -d ```...