firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
### 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...
### 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...
### 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...
### 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...
WIP: Turned `GenerativeModel` into a Swift actor in preparation for moving chat (history) functionality into it. #no-changelog
### 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...
### 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.)...
Recaptcha Enterprise Unit Testing - Enforce: Success - Enforce: Invalid Token - Enforce: recaptchaSDKNotLinked - Enforce: actionCreationFailed
* 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.