-
Hello everyone. Do you know how to convert firestore transactions to flow?
|
Beta Was this translation helpful? Give feedback.
Answered by
urugator
Jun 26, 2021
Replies: 1 comment 3 replies
-
this.db.runTransaction(flow(function*(transaction) {
const doc = yield transaction.get(this.taleDB.doc());
...
})); ?? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
urugator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
??