firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
* Firebase SDK version: 4.04 * Firebase Product: storage When an UploadTask/DownloadTask is created when the app is in background, it does leverage NSURLSession's background transfer and "discretionary" is set...
- Added a prototype implementation of `FirebaseLogger` that wraps `FIRLogBasic`. - `GenerativeAIService` in Vertex AI to use it - Example of manually calling `os_log` in `printCURLCommand` #no-changelog
### Description In android, we can get different instances for FirebaseMessaging and subscribe to topic for needed FirebaseMessaging. In iOS as I see from documentation only `retrieveFCMTokenForSenderID` and `deleteFCMTokenForSenderID` is...
### Description After we transfer an app on the App Store, if the old users use Sign in With Apple again, a new identifier will be generated according to Apple's...
### Description We have been experiencing intermittent errors in retrieving the token via Firebase Crashlytics since June 24th. Upon analysis, it appears that the fcmToken is occasionally nil in the...
### Description Same issue reproduced with simulator in 10.25.0 #11770 ### Reproducing the issue _No response_ ### Firebase SDK Version 10.25.0 ### Xcode Version 15.2 ### Installation Method Swift Package...
### Description We found that GoogleDataTransport will initiate network status monitoring when the app enters the foreground, which will trigger the system permission pop-up window. This conflicts with the demand...
### Description I'm wondering if is possible reduce the comments in asserts and string hardcoded that could have no impact in clients sdks, because they are for development purposes. Doing...
### Description I notice that maybe binaries have no stripped symbols. For example: https://dl.google.com/firebase/ios/swiftpm/10.25.0/FirebaseAnalytics.zip -> Size without strip 169Ks and after strip 149Ks `strip -rSTx` Taking in consideration DSYMs would...