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 在苹果后台崩溃增多,但是无法复现。下面使我们自己的crash捕获工具收集到的崩溃堆栈: libsystem_kernel.dylib 0x29334 libsystem_pthread.dylib 0x2a98 libsystem_c.dylib 0x77b80 libsystem_malloc.dylib 0x1e4c4 libsystem_malloc.dylib 0x1e6a4 libsystem_malloc.dylib 0x1340c libc++.1.dylib 0x3ebf8 Game -[ODCCandidateFetcher findPSMMatchesWithData:error:] 0x5b4 Game -[ODCCandidateFetcher handlePSMResponse:data:error:] 0x110 Game __34-[ODCCandidateFetcher executeTask]_block_invoke 0x6c libdispatch.dylib...

api: analytics

### Description When running our app with SDK 11.15.0 we are seeing repeated instances of this message in the Xcode console log: ``` Background Task 4,617 ("GDTStorage"), was created over...

GoogleDataTransport

### Description We had raised a crash happening while fetching the auth token [here](https://github.com/firebase/firebase-ios-sdk/issues/14962) and a [potential solution](https://github.com/firebase/firebase-ios-sdk/issues/14962#issuecomment-3036945485) was deployed by @ncooke3 [[PR Link](https://github.com/firebase/firebase-ios-sdk/pull/15079)]. We have update the Firebase SDK...

api: auth
api: firestore

### Description This is a crash produced on our app at the login workflow. Device: iPhone SE (2nd generation) Operating System Version:18.6.2 Orientation:Portrait RAM free: 100.28 MB Disk free: 39.73...

needs-attention
GoogleDataTransport

Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion * Read the contribution guidelines (CONTRIBUTING.md). *...

needs-info

### Description Mac app crashes with the stack trace attached. GRPC is only used by Firebase, not directly in my application. The occurrence of the issue is very very high....

api: firestore
macOS
CocoaPods

### Description Our app makes its Firestore setData() calls on main thread, because we understood that the SDK doesn't do heavy work on the main thread. However we have multiple...

api: firestore
needs-attention

### Description We are facing an issue with Firebase Remote Config. When we toggle the network off and then back on, the Remote Config event stops being received by the...

api: remoteconfig