firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
**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  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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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"...