Skip to content

Firestore transactions in flow #3012

Answered by urugator
rsallar asked this question in Q&A
Jun 26, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote
this.db.runTransaction(flow(function*(transaction) {
  const doc = yield transaction.get(this.taleDB.doc());
  ...
}));

??

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@rsallar
Comment options

@rsallar
Comment options

@urugator
Comment options

Answer selected by urugator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants