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

passkey feature implementation

api: auth

Added support for listening to Firebase Remote Config updates using `AsyncStream`. This allows the app to react to config changes in real-time in a more Swift-concurrent-friendly way.

### Description I’m encountering a crash in our app on iOS 18.3.2. The crash appears to occur in the `GDTCORFlatFileStorage` module when trying to enumerate a directory. The crash log...

needs-attention
GoogleDataTransport

Added Swift Testing `Trait` called `IgnoreBackendOverloadedTrait` that ignores HTTP 503 errors as known issues. These can occur when the backend is overloaded. #no-changelog

api: firebaseai

### Description Placeholder issue for removing deprecated API: 1. See this comment (https://github.com/firebase/firebase-ios-sdk/pull/14833#pullrequestreview-2826293313) ### API Proposal _No response_ ### Firebase Product(s) Authentication

type: feature request

### Feature proposal * Firebase Component: Auth Please allow overriding the host for secure token requests to enable developers using their own reverse proxy in places where securetoken.googleapis.com is blocked....

api: auth
type: feature request

### Description **Expected Result:** When round-tripping a `Timestamp` through Firestore, it is exactly the same before and after. **Actual Result:** The nanosecond field of the `Timestamp` is consistently different. **Why...

api: firestore

### Description Disabled in #14758 to make nightlies less noisy ### Reproducing the issue _No response_ ### Firebase SDK Version 11.12 ### Xcode Version 16.2 ### Installation Method Swift Package...

Infrastructure
api: inappmessaging

### Description When the FirebaseAuth library is included as a Swift Package Manager dependency in an iOS project, and FirebaseApp.configure() is called during application launch, the standard iOS AppDelegate callbacks...

api: auth