Skip to content

Commit a823618

Browse files
docs(firestore): update return types
1 parent 17bf538 commit a823618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

firebase/firestore/_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ def _decode_datastore(value):
5656
:return: A native Python value converted from the ``value``.
5757
:rtype: :data:`None` or :class:`bool` or :class:`bytes`
5858
or :class:`int` or :class:`float` or :class:`str` or
59-
:class:`dict`
59+
:class:`dict` or
60+
:class:`~google.api_core.datetime_helpers.DatetimeWithNanoseconds`
61+
or :class:`~google.cloud.firestore_v1._helpers.GeoPoint`.
6062
6163
:raises TypeError: For value types that are unsupported.
6264
"""

0 commit comments

Comments
 (0)