Open
Description
Is there an existing issue for this?
- I have searched the existing issues.
Which plugins are affected?
Core, Database
Which platforms are affected?
Windows
Description
Using "runTransaction()" generates an error in Windows and closes the application immediately. The same code normally works for Flutter Web.
Reproducing the issue
DocumentReference dbVersionsRef = db.collection("any/collection").doc(docID);
await db.runTransaction((transaction) async {
// do something
});
Firebase Core version
3.3.0
Flutter Version
3.24.0
Relevant Log Output
No response
Flutter dependencies
Expand Flutter dependencies
snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.
Additional context and comments
No response