Paul Beusterien
Paul Beusterien
`storage-swift-phase2` is a long-lived branch for migrating the Storage implementation from Objective-C to Swift. Almost all of the changes are a straight port from Objective C to Swift. One exception...
### Discussed in https://github.com/firebase/firebase-ios-sdk/discussions/9958 Originally posted by **michaelscampbell** June 27, 2022 I notice that the Firebase libraries bridge some types from Firebase to Swift. For example, Timestamp to Date. It...
Apple announced the discontinuation of bitcode support. This drops the zip distribution size from 367MB to 290MB
Leverage Firebase Games team's GHA workflows to learn how to set up. Ideally matrix across all supported iOS versions, static and dynamic CocoaPods, SPM, and zip
When statically linked, the Promises categories don't get linked and apps crash in Swift UI previews. A workaround may be to add a symbol to the category implementation files that...
* [X] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). 🌈 # Report ## What did you do? Product -> Archive ## What...
How is the auto-update configured? It looks like it's not working for Firestore:
The Google SignIn UI flow has changed and broken some assumptions in the unit tests. Update accordingly and undo the disabling done in #1072