-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add IndexConfiguration CRUD to IndexManager #9348
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
Conversation
# Conflicts: # Firestore/Example/Firestore.xcodeproj/project.pbxproj # Firestore/core/src/local/leveldb_key.cc
Size Report 1Affected ProductsTest Logs |
Coverage Report 1Affected Products
Test Logs |
Co-authored-by: Sebastian Schmidt <[email protected]>
result->fields_count = segments.size(); | ||
result->fields = | ||
MakeArray<google_firestore_admin_v1_Index_IndexField>(segments.size()); |
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.
Looks like these new lines caused a few warnings. Reported in #9430
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.
cc: @wu-hui
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.
Thank you for reporting this. #9433 fixes the warnings.
#no-changelog