Commits


Konstantin Varlamov authored and GitHub committed 2ec249e273f
gRPC: add a wrapper over the stream (#1706) `GrpcStream` represents a one-time call to the backend. Unlike the Firestore `Stream`, it's not reusable and cannot be restarted after it's finished.