Javascript – How does one prevent Cloud Functions from recursively triggering themselves
I'm in quite a predicament. I created a cloud function that would update the "updated_at" field in a user's profile, that is triggered every time the user updates some part of their profile. To my horror however, this update (completed…