-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Description
Using Leaks, it's possible to see that when we use the whereField, there is a memory leak being created. We saw it in several and different calls, all of them the Leaks tool points to the whereField.
Reproducing the issue
- Adds Firebase Firestore to the project
- Read documents from a Collection and filter some results using the
whereFieldmethod from FIRQuery - Launch App
- Observe memory leak using Leaks tool
Firebase SDK Version
10.23.0
Xcode Version
15.3
Installation Method
Swift Package Manager
Firebase Product(s)
AB Testing, Analytics, Authentication, Crashlytics, Firestore, Remote Config
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
No response
If using CocoaPods, the project's Podfile.lock
No response