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

### Description 1. Firestore currently supports passing `Codable` ( `Encodable` or `Decodable` respectively) types when retrieving or setting the data of a document. iOS 17 introduced a new set of...

type: feature request
api: firestore
Swift API

### Description The `Auth.auth().currentUser` property consistently returns nil on specific devices, even though a logged-in user is expected. In contrast, the `getStoredUser(forAccessGroup:)` method intermittently returns a user object, suggesting that...

api: auth

### Description After archiving project with Firebase frameworks, the upload process completes with warnings about the archive's dSYM folder is missing DWARF file for these frameworks: - FirebaseAnalytics.framework - GoogleAppMeasurement.framework...

api: analytics
zip-builder
Xcode 16 - iOS 18

### Description After updating Firebase Auth SDK CocoaPods version from 10.29.0 to 11.1.0, this crash appears in the Firebase Crashlytics Dashboard. I tried to reproduce it on my device, but...

api: auth

WIP: Turned `GenerativeModel` into a Swift actor in preparation for moving chat (history) functionality into it. #no-changelog

api: vertexai

### Description Since there will always be a bundlePath, `path.length` will always be non-zero and the `if` will never be true ``` NSString *path = [[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"embedded.mobileprovision"]; if...

api: auth

### Description Since v10.27.0, `FirebaseDatabase` now temporarily goes offline when the app is in the inactive state (e.g., when control center is opened, when returning to the home screen, etc.)...

api: database

Recaptcha Enterprise Unit Testing - Enforce: Success - Enforce: Invalid Token - Enforce: recaptchaSDKNotLinked - Enforce: actionCreationFailed

api: auth

* Moved `FunctionsCodeForHTTPStatus(_:)` and `FunctionsErrorForResponse(status:body:serializer:)` to a `FunctionsErrorCode` extension to reduce the number of global symbols * Updated `FunctionsCodeForHTTPStatus(_:)`’s documentation to reflect the actual behavior (return value for unknown status...

Implement integration test for verifying phone number sign-in with Firebase Auth. Please review and approve.

api: auth