-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add setIndexConfiguration for client side indexing #10090
Conversation
22c2afd
to
0bae23c
Compare
Size Report 1Affected ProductsTest Logs |
Coverage Report 1Affected Products
Test Logs |
cb80f34
to
3a17222
Compare
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.
I have not finished with review yet, but thought it'd good to give some early feedback.
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.
Finished review, overall good work, we are close to the finish line!
3a17222
to
9c67514
Compare
a4cc85d
to
3207992
Compare
3207992
to
886b50f
Compare
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.
I think you forgot a comment about using std::move
, but LGTM!
Congrats to making it to the finish line!
* Add setIndexConfiguration for client side indexing * Address feedback * Templates in headers Co-authored-by: Wu-Hui <wu.hui.github@gmail.com>
Expose client side indexing feature with
FIRFirestore.setIndexConfigurationFromJSON
andFIRFirestore.setIndexConfigurationFromStream