Rank 1: Thread
Hi everyone, I'm developing a mobile app in flutter. Users should be able to add points to a Points collection (String userId, Int points) by redeem a coupon code.
How can I do this ? Do I need function or can I do that with client-side integration ?
Thank you for your time.
Vincent.