Closed
Description
Operating System
Mac OS x
Browser Version
Version 114.0.5735.198 (Official Build) (arm64) Automatically update Chrome for all users Learn more
Firebase SDK Version
9.22.0
Firebase SDK Product:
Firestore
Describe your project's tooling
create react app with yarn
Describe the problem
when loading one of the pages of our app that is data intensive with firestore local persistence enabled, when the debugger is open we are seeing a warning about potential OOM.

upon resuming execution, the app does continue to work, but it is concerning that chrome is saying that it's about to run out of memory.
Steps and code to reproduce issue
this occurs in our application when a lot of data is being handled, which makes it somewhat difficult to create a separate reproducible test case.
im happy to jump on a call and try out binaries as needed.