Objective:
- When a table is updated with a new row (ParseFile + ParseUser + ParseUser), send one of the ParseUsers a push notification
- When a new user is created, add a new row to a table (ParseFile + user)
Can either of these be easily achieved without jumping through some major hoops? I'm completely unfamiliar with Cloud Code, though I tried to read through some of the documentation. Cloud Code looks like it has the potential to perform this task, but I haven't seen any examples of doing something like I would like to do.
Does anyone have concrete examples of using Parse Cloud Code in conjunction with the .NET SDK and table updates?