Open
Description
[REQUIRED] Please fill in the following fields:
- Pre-built SDK from the website or open-source from this repo: _____
- Firebase C++ SDK version: 12.7.0
- Problematic Firebase Component: Database
- Platform you are using the C++ SDK on: Windows
- Platform you are targeting: Desktop
[REQUIRED] Please describe the issue here:
Our Flutter application crashes on Windows machines with 4 GB or less of RAM when Firestore's offline persistence is enabled. This issue does not occur on machines with more than 4 GB of RAM. As a temporary workaround, we've disabled persistence, but we need a more permanent solution.
Steps to reproduce:
- Enable Firestore persistence in a Flutter app.
- Run the app on a Windows machine with 4 GB or less of RAM.
- Perform operations that write to and read from Firestore.
- Observe the application crash.