firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
### Description For a chat application I am doing a double query, I have a listener for new messages, and a paginated query for old messages. I just discovered that...
Proof-of-concept - do not merge #no-changelog
### Description Please consider adding an additional pipeline for Firebase, building all frameworks **dynamically**, and providing them with mergeable support: `MERGEABLE_LIBRARY = YES`. It should be an alternative to the...
### Description I've identified a potential data race condition in the reachability:statusChanged: method of the Firebase library (version 10.25.0). Specifically, the issue is in the following line of code: ```objective-c...
### Description Seems like there's a bug in the sign of FirebaseDataEncoder encoder method ```open func encode(_ value: T) throws -> Any {``` that should be ```open func encode(_ value:...
#13998 issue ## Description This pull request addresses an issue with the FirebasePerformance library in Firebase project. Currently, the Target FirebasePerformance is not explicitly declared as a product target of...
including error codes and sample app change Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion...
# Nightly Testing Report This issue([log](https://github.com/firebase/firebase-ios-sdk/actions/runs/12689478509)) is generated at 01/09/2025 04:03 AM, fetching workflow runs triggered in the last 24 hrs. | Workflow |01/08| | -------- | -------- | |...
### Description Hello, we are receiving a lot of reports for this crash in grpc via crash reporting software. I could not reproduce it myself. I wonder if you might...