Jesus (iOS)
Jesus (iOS)
- [ ] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-ios/blob/main/Contributing/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I...
**Description** We have strict memory constraints for our app extension, eg a widget. Our current integration with RevenueCat includes unnecessary components like prewarming paywall cache, attribution data, product caching, trial...
Hi I'm comming up with an error on xcode cloud trying to use the new {created.date}. The rules I'm using are: ``` --exclude .somefolders/ --wraparguments before-first --wrapcollections before-first --disable trailingClosures...
We can improve it, by adding a way to insert variables and, using the created {created.year} optionally not from the file, but from the git. If someone could instruct me...
### Description The `Auth.auth().currentUser` property consistently returns nil on specific devices, even though a logged-in user is expected. In contrast, the `getStoredUser(forAccessGroup:)` method intermittently returns a user object, suggesting that...
### Description Since 2 days ago I cannot see logs& breadcrumbs in firebase console. I don't know if this is because the SDK or it is because an error on...
### Description Crash on production. FirAuthListener in Extension. Maybe this bug can set a spot of light on this one: https://github.com/firebase/firebase-ios-sdk/issues/13231 ``` Crashed: com.google.firebase.auth.globalWorkQueue EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x004433669efa7ae0 ``` ### Reproducing...
### Description Same issue reproduced with simulator in 10.25.0 #11770 ### Reproducing the issue _No response_ ### Firebase SDK Version 10.25.0 ### Xcode Version 15.2 ### Installation Method Swift Package...
### Description I'm wondering if is possible reduce the comments in asserts and string hardcoded that could have no impact in clients sdks, because they are for development purposes. Doing...
### Description I notice that maybe binaries have no stripped symbols. For example: https://dl.google.com/firebase/ios/swiftpm/10.25.0/FirebaseAnalytics.zip -> Size without strip 169Ks and after strip 149Ks `strip -rSTx` Taking in consideration DSYMs would...