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
Doing the above results in error: Google.Protobuf.Timestamp expected error from backend.
if we try to supply Google\Protobuf\Timestamp, then we get a client level exception from getSnapshot()method saying Google\Cloud\Core\Timestamp expected.
Bug
Thus right now it's not possible to use readTime parameter in getSnapshot method in client library.
The text was updated successfully, but these errors were encountered:
Environment details
Steps to reproduce
Simply try to fetch a DocumentSnapshot with readTime parameter in firestore.
Code example
Doing the above results in error:
Google.Protobuf.Timestamp expected
error from backend.if we try to supply
Google\Protobuf\Timestamp
, then we get a client level exception fromgetSnapshot()
method sayingGoogle\Cloud\Core\Timestamp expected
.Bug
Thus right now it's not possible to use
readTime
parameter ingetSnapshot
method in client library.The text was updated successfully, but these errors were encountered: