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

### Description Description: Once a user signs on to Firebase Auth with Github credentials and then signs out, there is no way to sign back into another Github account. Firebase...

api: auth
Catalyst

### Description ### What We Use Firebase For - Analytics ### How We Use Firebase At my company, we have an analytics framework (dynamic), which defines protocols and wrappers to...

type: question
api: analytics

While doing exploratory testing investigating the GitHub provider workflow for #11759, I discovered that dismissing the sign in window didn't properly reset to try again and then once fixing that,...

api: auth

fix: https://github.com/firebase/firebase-ios-sdk/issues/12613 revert the thread safe memoizer introduced in this pr: https://github.com/firebase/firebase-ios-sdk/pull/11781 @cherylEnkidu : This PR intends to fix the data race and memory leak issue. When using memorized field,...

api: firestore

### Description Crash on real devices in production, I couldn't reproduce on my side. All iOS devices are 17.4.1. on Mac are different versions. The trace is always the same....

api: firestore

### Description Since our app's release of a certain version update, there has been a huge amount of random crashes related to APM, such as: - APMPersistentDictionary stringForKey: - APMPBMeasurementBundle...

api: analytics

### Description Crash message: **EXC_BAD_ACCESS (crashed) KERN_INVALID_ADDRESS Attempted to dereference garbage pointer 0x8.** From time to time we observe crashes in our app. Unfortunately we can't reproduce it locally. We...

api: performance
needs-attention

Create a SwiftUI Sample for FirebaseAuth initially building for iOS, macOS and visionOS It currently depends on forks of GoogleSignIn and AppAuth for visionOS support The visionOS flow works correctly....

api: auth

### Description Hello! When I call the async `getData()` method, it returns the snapshot of the parent, not the actual child. ### Reproducing the issue Create `User` node and two...

api: database