AsyncTransaction APIs do not conform to documented return types #750
Labels
api: firestore
Issues related to the googleapis/python-firestore API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Milestone
Environment details
google-cloud-firestore
version: 2.11.1 (main
)Steps to reproduce
get_all()
,get(doc_ref)
,get(query)
).coroutine
notasync_generator
.coroutine
instead hoping to receive anasync_generator
now, exception is thrown as library code unexpectedly attempts to await anasync_generator
.Code example
Stack trace
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered: