SQL Aggregation Queries in GraphQL
Support aggregations (COUNT, SUM, AVG, MIN, MAX) with grouping as part of the built-in GraphQL query builder.
69
votes
Great news! Firebase Data Connect is now Generally Available (GA), and includes powerful support for Aggregation Queries.
This means you can now efficiently perform server-side calculations (like SUM, AVG, COUNT, MIN, MAX) to summarize your data and build more insightful features.
Learn how to use them in the docs: https://firebase.google.com/docs/data-connect/schemas-queries-mutations#aggregation_queries
We hope this helps you build even better apps!
-
Priyatham Anisetty commented
This would simplify our client side logic.