Sam Edson
Sam Edson
It used to be the case that when you went to the reactive.io website, you could open up Chrome's developer tools, and `Rx` would be loaded in, acting as a...
Without this, customers get many failed xpc errors in their console logs. ``` 2022-10-31 15:41:59.824110-0400 AppQualityDevApp[95667:2639392] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc...
Follow on from https://github.com/firebase/firebase-ios-sdk/pull/10636 and https://github.com/firebase/firebase-ios-sdk/pull/10664 - [x] Use non-default Notification Center # TODO In a later PR I will add: - Tests - Testapp Fixes
Updated README: https://github.com/firebase/firebase-ios-sdk/blob/bc76232a4e0bf58daf00b7c3c4640805722d1477/FirebaseSessions/README.md Example with `-FIRDebugEnabled` ``` [FirebaseSessions][I-SES000000] Version 10.4.0 [FirebaseSessions][I-SES000000] [Settings] Cache is not expired, no fetch will be made. [FirebaseSessions][I-SES000000] Initiated new Session with ID: 3152c81f3bad4b518c2a1e0b4459509f [FirebaseSessions][I-SES000000] Logging...
Alternative to https://github.com/firebase/firebase-ios-sdk/pull/10619 where the dependency is required. Replaces https://github.com/firebase/firebase-ios-sdk/pull/10636 # TODO - [ ] Add tests - [ ] Ensure future backgrounds still resolve the promises
# Description - I originally defined `FIRSessionsProvider` in FirebaseSessions.swift. Then, in Crashlytics I was importing ``. This was going to be fairly messy to code because it needs to be...
### Description The intent behind this PR is to comply with Apple Privacy Manifests, while also giving developers the option to comply themselves and provide us the `statfs` function implementation....
https://github.com/firebase/firebase-ios-sdk/issues/12913 reports hangs writing to rollouts. I was able to reproduce this in a test by putting a long running operation on the `FIRCLSGetLoggingQueue()`. Root cause is dispatching synchronously for...
Context in: b/338001446
There are tests that supposedly require unswizzling, but when I remove the assertion, they all pass. There doesn't seem to be any issues removing all unswizzling from the unit tests....