-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Firestore] Refactor Python Transaction layer to better match other SDKs. #6557
Comments
|
Assigning myself. I need to figure out what this exactly means. |
FTR:
Firestore basically follows Datastore's pattern. |
I think matching the datastore semantics makes the most sense here. |
@tseaver, if you can prioritize looking into this? Other clients have So, we would like to add a node also supports queryReferences to get. It may be good to do the same in python. |
The Transaction API is vastly different: Instead of offering a Transaction type and a run_transaction() function, a transaction object has to be passed as an optional argument to all WriteBatch methods.
b/76423649
The text was updated successfully, but these errors were encountered: