Rank 2: Process
collections
- contacts: - name - total_amount- transactions: - contact_id - transaction_type - date - amountQ: When I create new transaction, I need to update total_amount in contact collection with logic depend on transaction_type. Manually, I work 👍 but I know that cloud function can make it easy and powerful💪. Problem, I'm zero acknowledge in functions implementation 😪 and he doesn't have serious video on YouTube about that ...