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

**Work in progress** 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...

### Description The program ![WX20240625-101846@2x](https://github.com/firebase/firebase-ios-sdk/assets/121668936/47a00bec-c1dd-4673-96b2-6072ad071821) when it starts, and the problem persists even when I use the latest version 10.28.0. pb_encode Thread 6: EXC_BAD_ACCESS (code=1, address=0xa9065ff8d1028407) ### Reproducing the issue...

needs-attention

### Description I'm getting the following error when running my app on iOS 18 and requesting phoneAuthentication: `Error Domain=FIRAuthErrorDomain Code=17048 "Token mismatch" UserInfo={NSLocalizedDescription=Token mismatch, FIRAuthErrorUserInfoNameKey=INVALID_APP_CREDENTIAL}`. Before the update to iOS...

api: auth
needs-info
Xcode 16 - iOS 18

### Description Looks like there is something wrong happens on init of FPRTraceBackgroundActivityTracker ### Here is the crash stacktrace ``` Crashed: org.alamofire.session.rootQueue 0 libobjc.A.dylib 0x9748 objc_moveWeak + 196 1 CoreFoundation...

api: performance

### Description Ephemeral Configuration: Callable cloud functions are designed to execute stateless logic triggered by client requests. However, the current setup lacks the capability to selectively cache certain requests while...

type: feature request
api: functions

### Description Many of our users can't use the application because the AppCheck doesn't deliver a token. We are unable to reproduce the problem. In the analyzed logs, we can...

api: appcheck

### Description I am encountering an issue with my music player application where the app is unexpectedly terminated when Firebase Remote Config is used. The music is playing in the...

api: remoteconfig
needs-attention

### Description When using Firebase iOS SDK with SPM Xcode emits multiple warnings of improper header definitions: ``` Double-quoted include "FIRAnalytics+AppDelegate.h" in framework header, expected angle-bracketed instead Double-quoted include "FIRAnalytics+Consent.h"...

needs-attention
Swift Package Manager