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

api: firestore
public-api-change

### 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...

api: crashlytics

### 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...

api: crashlytics
needs-attention

### 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...

api: analytics
needs-info
no-recent-activity

### 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...

api: firestore

### 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...

api: auth
type: feature request

### 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...

api: crashlytics
needs-info
no-recent-activity

### 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...

api: auth
type: feature request

### 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:...

api: auth
needs-attention

### 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 ```...

api: crashlytics
needs-attention