Skip to content

Commit 42c8d72

Browse files
authored
Upgrade count upto to use int64 (#4038)
* Upgrade count upto to use int64 * Fix type
1 parent f6eebe4 commit 42c8d72

File tree

1 file changed

+1
-1
lines changed
  • firebase-firestore/src/proto/google/firestore/v1

1 file changed

+1
-1
lines changed

firebase-firestore/src/proto/google/firestore/v1/query.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ message StructuredAggregationQuery {
313313
// Requires:
314314
//
315315
// * Must be greater than zero when present.
316-
int32 up_to = 1;
316+
google.protobuf.Int64Value up_to = 1;
317317
}
318318

319319
// The type of aggregation to perform, required.

0 commit comments

Comments
 (0)