firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
### Description App crashes randomly while receiving updates from Firestore and app is in foreground. Frequently observed on iPhone SE (2nd generation). Also attaching stacktrace from Crashlytics: [issue_56766501028bafd84fa30ae77117b86f_crash_session_d216ebd36d5a4be8ad63d04ba4d095f3_DNE_0_v2_stacktrace.txt](https://github.com/user-attachments/files/17242234/issue_56766501028bafd84fa30ae77117b86f_crash_session_d216ebd36d5a4be8ad63d04ba4d095f3_DNE_0_v2_stacktrace.txt) ### Reproducing...
### Description Batch deletes cause the firestore ios client to emit a snapshot for every individual delete, which creates an exponential (edit: N + N-1 + N-2, [triangular](https://en.wikipedia.org/wiki/Triangular_number)?) amount work...
* Introduced `FunctionsContextProvider.context(options:)`, an async / await version of `getContext(options:_:)` * Added tests
* Introduced an async / await version of `callFunction` which takes advantage of `FunctionsContextProvider`’s async `context(options:)` * Refactored `GTMSessionFetcher` setup to minimize code duplication * Added tests
### Description I'm developing an iOS app with SwiftUI using Xcode 15.3 and Firebase SDK 11.3.0. The app relies on Firebase Realtime Database to monitor foodEntries with observers for real-time...
### Description When calling `[FIRApp configure]` the App crashes. Also tried with `configureWithOptions`, but I got the same crash. ### Reproducing the issue _No response_ ### Firebase SDK Version 10.29.0...
### Description upload-symbols runs are failing with `Illegal instruction: 4` on Xcode cloud builds. Confirmed the binary cannot be executed locally on latest macOS version due to gatekeeper: `Apple could...
### Description 1. Since the auth tokens are public, this allows attackers to brute force with credential stuffing attacks, by hitting the firebase auth api directly. Firebase should allow overrides...