-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One tiny change. Also, please address the problems reported by lint.
Here's another problem: When I ran
This need to be fixed too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.