We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0336856 commit 40c8befCopy full SHA for 40c8bef
Firestore/Protos/CMakeLists.txt
@@ -38,6 +38,7 @@ set(
38
firestore/bundle
39
google/api/annotations
40
google/api/http
41
+ google/firestore/admin/index
42
google/firestore/v1/common
43
google/firestore/v1/document
44
google/firestore/v1/firestore
Firestore/core/src/nanopb/fields_array.h
@@ -182,7 +182,7 @@ inline const pb_field_t* FieldsArray<firestore_NamedQuery>() {
182
183
template <>
184
inline const pb_field_t* FieldsArray<google_firestore_admin_v1_Index>() {
185
- return google_protobuf_Empty_fields;
+ return google_firestore_admin_v1_Index_fields;
186
}
187
188
0 commit comments