firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
This PR removes some vestigial cruft pertaining to STLPort, whose support was dropped in July 2021 (3.5 years ago at the time of writing) in https://github.com/firebase/firebase-cpp-sdk/pull/510. #no-changelog
Do not merge. Testing the Vertex AI SDK with the `v1` version of the API (instead of `v1beta`). #no-changelog
### Description 1. Firebase's Remote Config will crash when using with addOnConfigUpdateListener EXC_BREAKPOINT and corrupt remote config's data. This makes it impossible to use addOnConfigUpdateListener with swift 6. ### Reproducing...
### Description ### Reproducing the issue _No response_ ### Firebase SDK Version 11.6 ### Xcode Version 16.1 ### Installation Method Swift Package Manager ### Firebase Product(s) Firestore ### Targeted Platforms...
Upgrade the gRPC version to pick up the fix mentioned in https://github.com/firebase/firebase-ios-sdk/issues/14323#issuecomment-2585008944
### Description The vulnerability is hypothetical and was found using a source code scanner on an unrelated project using Firebase SDK for iOS. I have no way to test it....
### Description I have a very basic Swift app (it's an Ionic app but it's the native Swift code I'm having issues with). In order to set up push notifications...
### Description For many of my applications I use Structs, that I also use for Firebase (`Codable`), to feed Views in SwiftUI. For testing cases and other reasons, sometimes it...
### Description I'm experiencing a bug that was previously fixed in Firebase iOS SDK but seems to have reappeared. Here is the link to the old issue where this was...
---- Contribution Workflow 1. Fork the Firebase repo and clone it. 1. Add Upstream: `git remote add upstream https://github.com/firebase/firebase-ios-sdk.git` 1. Create Branch: `git fetch upstream && git checkout -b upstream/streamable-functions`...