Make count queries publicly available for use#6608
Conversation
* update firestore.proto and query.proto * add aggregation_result.proto
🦋 Changeset detectedLatest commit: 88d0266 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
dconeybe
left a comment
There was a problem hiding this comment.
One tiny change. Also, please address the problems reported by lint.
|
Here's another problem: When I ran This need to be fixed too. |
|
I've added the do-not-merge label to make sure we don't merge until we get the green light to release count. |
* Fix document change leads to time travel across multiple tabs * Changeset
egilmorez
left a comment
There was a problem hiding this comment.
Here are some things that would be great to get into a follow-on PR, thanks!
Thanks for the suggestions! I was the one who wrote these doc comments so I'll make the follow-up changes. I'll be tracking this work in b/250612059. |
|
Sounds good, thanks Denver!
…On Mon, Oct 3, 2022 at 9:50 AM Denver Coneybeare ***@***.***> wrote:
Here are some things that would be great to get into a follow-on PR,
thanks!
Thanks for the suggestions! I was the one who wrote these doc comments so
I'll make the follow-up changes. I'll be tracking this work in b/250612059
<https://buganizer.corp.google.com/250612059>.
—
Reply to this email directly, view it on GitHub
<#6608 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKJWAYG4QZFBD4E4VCBXC3WBMFF5ANCNFSM6AAAAAAQOQQTQI>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
This PR publicly exports the classes, methods, and functions that provide "count" queries, making them available for anyone to use. See #6597 for the implementation of COUNT queries.
Withholding this PR till the count query is ready to be released.