Skip to content

Commit 7f3db39

Browse files
author
jude.kwashie
committed
fix(firestore,ios): account for filters in getAggregateFromServer with collection groups
1 parent 5aa1018 commit 7f3db39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/ios/RNFBFirestore/RNFBFirestoreCollectionModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ - (void)invalidate {
229229
: (RCTPromiseRejectBlock)reject) {
230230
FIRFirestore *firestore = [RNFBFirestoreCommon getFirestoreForApp:firebaseApp
231231
databaseId:databaseId];
232-
// FIRQuery *query = [RNFBFirestoreCommon getQueryForFirestore:firestore path:path type:type];
232+
233233
FIRQuery *firestoreBaseQuery = [RNFBFirestoreCommon getQueryForFirestore:firestore
234234
path:path type:type];
235235
RNFBFirestoreQuery *firestoreQuery =

0 commit comments

Comments
 (0)