File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Firestore/core/src/nanopb Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,21 @@ inline const pb_field_t* FieldsArray<
227
227
return google_firestore_v1_StructuredAggregationQuery_Aggregation_Count_fields;
228
228
}
229
229
230
+ template <>
231
+ inline const pb_field_t * FieldsArray<google_firestore_v1_ExistenceFilter>() {
232
+ return google_firestore_v1_ExistenceFilter_fields;
233
+ }
234
+
235
+ template <>
236
+ inline const pb_field_t * FieldsArray<google_firestore_v1_BloomFilter>() {
237
+ return google_firestore_v1_BloomFilter_fields;
238
+ }
239
+
240
+ template <>
241
+ inline const pb_field_t * FieldsArray<google_firestore_v1_BitSequence>() {
242
+ return google_firestore_v1_BitSequence_fields;
243
+ }
244
+
230
245
} // namespace nanopb
231
246
} // namespace firestore
232
247
} // namespace firebase
You can’t perform that action at this time.
0 commit comments