From 72fb4e7f4484c92074ebcef65173aa3a9565e068 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 20 Aug 2019 10:39:03 +0100 Subject: [PATCH] Add to #2513 to backlog --- BACKLOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BACKLOG.md b/BACKLOG.md index 881a2e6b95b7..fe2868057cc3 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -80,4 +80,9 @@ the request and want to put work into it. ## Including information stored in System.Exception.Data in the Stackdriver Error Reporting entry. - Issue: [#2738](https://github.com/googleapis/google-cloud-dotnet/issues/2738) -- Status: The original requester never confirmed whether our approach solved their use case or not. \ No newline at end of file +- Status: The original requester never confirmed whether our approach solved their use case or not. + +# Firestore: Expose sufficient state to manually restart a Listen operation + +- Issue: [#2513](https://github.com/googleapis/google-cloud-dotnet/issues/2513) +- Status: Waiting for more user to request this, so we can gather suitable requirements.