firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
### Description We are seeing a huge number of crashes generating from Remote config after we updated the SDK to 10.24.0 . We have not seen this before we updated...
#no-changelog
### Description When build application with `Debug` mode on Xcode16, crashes are not shown on console. Those crashes are held as if they were missing symbols from the require dSYM....
### Description The app is crashing immediately after opening, as indicated from Crashlytics as it's tagged under "Early crashes". The crash is happening randomly. When the app starts up I...
### Description I'm importing Firebase SDK 10.28.0 via `.xcframework` files. Run on iOS Simulator and get error about architecture `have 'x86_64,arm64', need 'arm64'` ``` dyld[86942]: Library not loaded: @rpath/FBLPromises.framework/FBLPromises Referenced...
### Description In app messaging doesn't work in version 10.28.1 ### Reproducing the issue Steps to reproduce 1. Install Firebase version 10.28.1 using cocoapods `pod 'Firebase/Messaging', '10.28.1' pod 'Firebase/RemoteConfig', '10.28.1'...
### Description Verify Recaptcha Enterprise in v11. Since it relies on reflection, the code is a bit tricky. Follow-up to #13151 - Verify retrieveRecaptchaToken reflection and functionality - Full end-to-end...
### Description I have a react native ios app and i am trying to upload its dsym files to crashlytics. I used the command which is given on crashlytics page,...
Changes made - introduced recaptcha enterprise verification in phone auth flows - unit tests with rceMode = OFF Unit tests continued in #13547 TODO: Figure out how to fake `FIRGetRecaptchaToken`...