sum
To sum document field values, use the sum
method. It’s available on Collection
, query
, or collection group.
The method returns Promise<number>
.
To sum document field values, use the sum
method. It’s available on Collection
, query
, or collection group.
The method returns Promise<number>
.