Skip to content

Commit

Permalink
fix(firestore,ios): account for filters in getAggregateFromServer wit…
Browse files Browse the repository at this point in the history
…h collection groups
  • Loading branch information
SelaseKay authored and jude.kwashie committed Jan 31, 2025
1 parent 9128dab commit efa81ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ - (void)invalidate {
: (RCTPromiseRejectBlock)reject) {
FIRFirestore *firestore = [RNFBFirestoreCommon getFirestoreForApp:firebaseApp
databaseId:databaseId];
// FIRQuery *query = [RNFBFirestoreCommon getQueryForFirestore:firestore path:path type:type];

FIRQuery *firestoreBaseQuery = [RNFBFirestoreCommon getQueryForFirestore:firestore
path:path type:type];
RNFBFirestoreQuery *firestoreQuery =
Expand Down

0 comments on commit efa81ca

Please sign in to comment.