-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…8115) * feat(firestore): support for aggregate queries including `sum()` & `average()` * feat(firestore, android): working version of aggregate query * feat: iOS implementation of aggregate queries * test: getAggregateFromServer() * test: update e2e tests * chore: improve typing * chore: format * chore: rm assertions * chore: format * feat: 'other' platform support * tes: fix test scopes * fix: firestore lite has different name for API * test: ensure exposed to end user * test: fix broken tests * fix(android): allow null value for average * chore: fix typo * fix(firestore, android): send null errors through promise reject path having native module exceptions vs promise rejects requires JS level code to handle multiple types of error vs being able to use one style * test: update aggregate query to see what happens with float handling * fix: update exception handling iOS * chore: AggregateQuerySnapshot type update * fix: return after promise rejection * fix: android, fieldPath can be null for count. fix promise.reject * chore: remove tag * test: edge cases for aggregate queries * chore: remove only() for test * test: update what test produces * test: correct return type expected * test: ensure aggregate fields are exposed to end user --------- Co-authored-by: Mike Hardy <[email protected]>
- Loading branch information
1 parent
1c4301c
commit e4c57fa
Showing
11 changed files
with
1,031 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.