Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BurningDroid/34a0ef4b721612fe26dfc0c5c8138791 to your computer and use it in GitHub Desktop.
Save BurningDroid/34a0ef4b721612fe26dfc0c5c8138791 to your computer and use it in GitHub Desktop.
exports.myUpdateTrigger = functions.firestore
.document('recruits/{recruitId}')
.onUpdate(event => {
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment