Skip to content

Cloud Firestore Do transaction failed. Reply already submitted #34747

@creativecreatorormaybenot

Description

This might be similar to #17663, however, that issue and all others I found are closed and marked as fixed.

Flutter version: Channel master, v1.7.5-pre.10
cloud_firestore: 0.12.5+1

I am trying to run a simple transaction on Android:

await Firestore.instance.runTransaction((t) async {
  final document = await t.get(reference);
  t.update(document.reference, {
    'b': 'c'
  });
});

This immediately fails: https://gist.github.com/creativecreatorormaybenot/cd4e6885c8302bfbc0c02a2913b5bf2a

Metadata

Metadata

Assignees

Labels

p: cloud_firestoreFirebase Firestore pluginpackageflutter/packages repository. See also p: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions