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 c67bdd9 commit 160071cCopy full SHA for 160071c
packages/firestore/src/remote/datastore.ts
@@ -247,10 +247,6 @@ export async function invokeRunAggregationQueryRpc(
247
queryToTarget(aggregateQuery.query._query)
248
);
249
250
- /**
251
- * Include the parent in the request for grpc_connection.
252
- * Exclude the parent from request for rest_connection.
253
- */
254
const parent = request.parent;
255
if (!datastoreImpl.connection.shouldResourcePathBeIncludedInRequest) {
256
delete request.parent;
0 commit comments