You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make firestore get_check_exists method work as intended. (#3408)
Since [this commit](googleapis/python-firestore@068089e#diff-6f034fb43c430e2af1248c2da03ec41dR428-R458) firestore's client `get` method is not raising `google.cloud.exceptions.NotFound` if there is no such document.
`get_check_exists` function is now working properly - needs to be updated. My proposal is `exists` method (works for me).
0 commit comments