User Receipt Collection

I want to know if I’m doing this correctly when users purchase goods on my app. I want to keep track of every purchase. Here is a screenshot.

I have created the database with each block. The collection is User Receipts
Steps: Logged In User > User Receipts > Silver Block > Sum+1
Or Logged In User > User Receipts > Count

Which one is the correct one to use?

You would have another collection as parent and have total property there.

In this child collection, just put 1 or quantity of your choosing.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.