In my afterSave on a certain Class in Parse Cloud Code, I'm setting the appropriate ACL and then saving the same object again. I have a Push notification going on in that afterSave method, but doing save() in afterSave I think is causing the notifications to be pushed twice or thrice.
How can I handle this situation? Is there a way to save such that the afterSave is not called again? Thoughts? Help is much appreciated! Thanks!