Replies: 1 comment 2 replies
-
Hmm 🤔 transactions only work online, I know that, they do not use the cache. Are you specifying a cache read after a (server-only) transaction update, via some specific parameter? A reproduction might help with this, as well as some information about what platform(s) it happens on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a method that updates a document in a firebase collection using a transaction whilst online. The update succeeds but is not reflected in the cache on subsequent reads until I read again from the server. Is this expected behaviour?
My understanding is that writes should be reflected in the cache instantly but is this not the case for transactions?
Version 21.x.x
Beta Was this translation helpful? Give feedback.
All reactions