Unclear attribute, transaction, for GoogleApi.Firestore.V1.Model.CommitRequest #11381
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
From the documentation, the transaction parameter for GoogleApi.Firestore.V1.Model.CommitRequest states:
However when setting this parameter to a string, such as:
I get the response:
It is unclear which values are eligible to the transaction attribute. Only
nil
and""
return an{:ok, %CommitResponse{}}
response from Firestore.I am using the Firestore emulator.
Environment details
The text was updated successfully, but these errors were encountered: