Flutter Firebase get sum of elements from data
I have been able to group data from a field. However I want get the sum of element in a field for each group. But I can’t figure that out. Can anyone help me? Or is there a better approach to go this? I need help, please. Thank you. StreamBuilder( stream: FirebaseFirestore.instance .collectionGroup(widget.userRequestCollection) .where(“Pay”, isEqualTo: … Read more