firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
### Description We need to change default firebase app configuration at some point in our application, and want to get a Crashlytics instance for this new default app (which has...
Noticed this crash in Crashlytics Crashed: APMPersistedConfig 0 libobjc.A.dylib 0x2370 objc_release + 16 1 libobjc.A.dylib 0x2370 objc_release_x0 + 16 2 CoreFoundation 0x7198 cow_cleanup + 136 3 CoreFoundation 0x95cc -[__NSDictionaryM dealloc]...
### Description This started getting reported via our crashlytics reporting after we moved to XCode 16 / iOS 18 SDK. The build in question uses iOS 18.1 SDK. It uses...
### Description #### Expected to happen Calling [`RemoteConfig.addOnConfigUpdateListener(remoteConfigUpdateCompletion:)`](https://firebase.google.com/docs/reference/swift/firebaseremoteconfig/api/reference/Classes/RemoteConfig#addonconfigupdatelistenerremoteconfigupdatecompletion:) should set up a listener for realtime config updates without crashing the app, regardless of network conditions. #### Actual outcome 💥 We...
Realtime Database: unknown issue intermittently causing app to not connect to database after 10.25.0
### Description We recently released an update to our React Native mobile app that included an upgrade of `@react-native-firebase/database` from 19.0.0 to 21.0.0, which caused the corresponding `Firebase/Database` pod to...
### Description ### Crash at FPRNSURLSessionInstrument.m Here is stacktrace: ``` Fatal Exception: NSMallocException 0 CoreFoundation 0x2d5ec __exceptionPreprocess 1 libobjc.A.dylib 0x31244 objc_exception_throw 2 CoreFoundation 0x185e9c +[NSObject(NSObject) doesNotRecognizeSelector:] 3 CFNetwork 0xa299c -[__NSURLSessionLocal...
### Description Can't login to the app, because I'm getting this issue **Failed to get document because the client is offline.** RegisterView doesn't work too, because the button doesn't do...
### Description I am unable to see previews when using Firebase. The app builds correctly but previews don't work. Please see logs for more info. ### Reproducing the issue See...