Skip to content

[firebase_core]: <runTransaction throws an exception on Windows.> #13177

Open
@gustavosanabio27

Description

@gustavosanabio27

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions