We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reference:
python-mock-firestore/mockfirestore/document.py
Lines 66 to 67 in 0de34b1
The get method should support optional field_paths, transaction, retry and timeout arguments as documented here
get
field_paths
transaction
retry
timeout
get( field_paths: typing.Optional[typing.Iterable[str]] = None, transaction=None, retry: google.api_core.retry.retry_unary.Retry = _MethodDefault._DEFAULT_VALUE, timeout: typing.Optional[float] = None, ) -> google.cloud.firestore_v1.base_document.DocumentSnapshot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reference:
python-mock-firestore/mockfirestore/document.py
Lines 66 to 67 in 0de34b1
The
get
method should support optionalfield_paths
,transaction
,retry
andtimeout
arguments as documented hereThe text was updated successfully, but these errors were encountered: