firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
In order to show users a list of subscribed topics (eg UI with the ability to remove active subscriptions) we have to do one of two things today: - implement...
I suspect because no changelog cause the script not detect any changes. I'm thinking updating this not for the release, but for testing copybara.
Add FIRCLSBinaryImageRecordingTests Make FIRCLSContextInitialize to initialized once per unit tests run Replace FIRCLSTempMockFileManager with FIRCLSFileManager
### Feature proposal * Firebase Component: Cloud Messaging Apple just added iOS 16 Live Activities to Xcode 14 Beta 4: https://developer.apple.com/documentation/activitykit/displaying-live-data-on-the-lock-screen-with-live-activities Updating a Live Activity is done using remote push...
Continuing the discussion from PR #8858 here. This PR makes Firestore use the `FirebasesDataEncoder` and `FirebaseDataDecoder` - bringing key coding strategies, etc. to the encoding, while attempting to be compatible...
# Why #9828 # What This PR provides a Property Wrapper with DynamicProperty for RemoteConfig. With this feature, users can bind Remote Config values to variables, and at the same...
### [REQUIRED] Step 1: Describe your environment * Xcode version: 13.2 * Firebase SDK version: 8.15.0 * Installation method: Swift Package Manager * Firebase Component: Auth * Target platform(s): iOS...
### Step 0: Are you in the right place? Having issue with `isAppVerificationDisabledForTesting` flag. ### [REQUIRED] Step 1: Describe your environment * Xcode version: `13.3` * Firebase SDK version: `8.13.0`...
### [REQUIRED] Step 1: Describe your environment * Xcode version: 14.0 Beta (14A5228q) * Firebase SDK version: 9.1.0 * Installation method: `Cocoapods` * Firebase Component: InAppMessaging * Target platform(s): `iOS`...
### Feature proposal * Firebase Component: Analytics A bit of context first: I have create a Swift Package for my app for all my cloud API, so that it can...