firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
### Description Hello. We have an AppHang caused by `+[FIRAnalytics initiateOnDeviceConversionMeasurementWithEmailAddress:]`. We have `FirebaseAnalyticsOnDeviceConversion` included in our build. It happens on all kind of devices and in all iOS versions....
### Description I just switched to Xcode 16 and iOS 18 and running my app on the device started producing following runtime warnings on every app start: > /Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m:288 Performing...
### Description Firebase doesn't use fetchTimeout settings. Looks like he setup it, but doesn't use ### Reproducing the issue Setup IPhone internet connection Go to Settings -> Developer -> Network...
### Description Decoding an array of `QuerySnapshotDocument` using `Firestore.Decoder` is very slow, compared to decoding a similar array using `JSONDecoder`: ```swift // 50k documents let documents = try await myCollection.getDocuments().documents...
### Description Swift wasm has been growing during the last few years, and it could be a good opportunity for apple developers to create websites reusing a great amount of...
### Description The repo currently uses [`mikehardy/buildcache-action`](https://github.com/mikehardy/buildcache-action) for cacheing CI builds. Per [this](https://github.com/mikehardy/buildcache-action/issues/96#issuecomment-1258403432) comment, Mike mentions that invertase now uses [cache](https://github.com/actions/cache) since it now better handles iOS-related build artifacts. Steps...
### Description There's an implementation but with a [String:Any] map ### API Proposal Do the same with a Codable parameter ### Firebase Product(s) Firestore
### Description The reason I am reaching out is because we have an outside vendor that flagged certain lines of codes as a security issue when analyzing our 3rd party...
### Description These validation warnings did not occur for me with Xcode 15.4 just a few days ago (was on Firebase 10.26.0 then). Since updating Xcode to 16.0 and Firebase...