firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

Firebase SDK for Apple App Development

Results 962 firebase-ios-sdk issues
Sort by recently updated
recently updated
newest added

* 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...

help wanted
api: storage
type: feature request

- 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

api: core
public-api-change
api: vertexai

### 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...

api: messaging
type: feature request

### 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...

api: auth
type: feature request

### 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...

api: messaging

### 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...

api: remoteconfig

### 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...

type: feature request
GoogleDataTransport

### 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...

type: feature request
api: firestore

### 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...

type: feature request
Swift Package Manager