We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e4550 commit 2c667faCopy full SHA for 2c667fa
2 files changed
packages/firestore/src/protos/google/firestore/v1/query.proto
@@ -309,7 +309,7 @@ message StructuredAggregationQuery {
309
// Requires:
310
//
311
// * Must be greater than zero when present.
312
- int64 up_to = 1;
+ google.protobuf.Int64Value up_to = 1;
313
}
314
315
// The type of aggregation to perform, required.
packages/firestore/src/protos/protos.json
@@ -2427,7 +2427,7 @@
2427
"Count": {
2428
"fields": {
2429
"upTo": {
2430
- "type": "int32",
+ "type": "google.protobuf.Int64Value",
2431
"id": 1
2432
2433
0 commit comments