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

We are getting some security issues and one of them is as per title. The call to dataTaskWithRequest:completionHandler:() in **FIRMessagingTokenDeleteOperation**.m on line 81 initiates an SSL/TLS connection using the default...

api: messaging

- CocoaPods setup sufficient to run mixed language unit tests - RemoteConfigUpdate - UserDefaultsManager Note: The first pass of the implementation is not worrying about access levels. Extra public's and...

api: remoteconfig
public-api-change

# Nightly Testing Report This issue([log](https://github.com/firebase/firebase-ios-sdk/actions/runs/11417354531)) is generated at 10/19/2024 05:03 AM, fetching workflow runs triggered in the last 24 hrs. | Workflow |10/18| | -------- | -------- | |...

nightly-testing

### Description There is an issue with Firebase Auth with macOS. By default, on a brand new project, running this code: ```swift func signIn(email: String, password: String) { print("Signin \(email)")...

needs-triage

Problem: `Static property 'cachedInstances' is not concurrency-safe because it is nonisolated global shared mutable state` The fix-it to add `nonisolated(unsafe)` is for when it's okay to `Disable concurrency-safety checks if...

api: core

### Description When running or building our app in Xcode 16 we have noticed we are getting frequent failures for the Crashlytics run phase. Doing the same run again will...

api: crashlytics

### Description I encountered an issue related to Firestore access when using custom claims in our iOS app. Here’s the situation: 1. Our app calls our server’s API, where the...

api: firestore
needs-info

### Description # Occasionally crashes when starting the app ### Reproducing the issue _No response_ ### Firebase SDK Version 17.6.1 18.0 ### Xcode Version 15.4 ### Installation Method CocoaPods ###...

api: performance
needs-info

### Description Hi Firebase team, we are getting this crash `amg.dylib - HdyBnXmudp + 117996` only on iOS 16.7.4. The stack trace: ![Screenshot 2024-10-10 at 11 24 24](https://github.com/user-attachments/assets/699356ab-9e88-494c-88e2-5cb4ed4b60ec) We are...

api: crashlytics
needs-info
no-recent-activity