Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working implementation to add hook to the user collection #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chrisAlwinYS
Copy link

This adds a hook to the user collection to remove the account when a user is deleted. This prevents the build-up of orphaned 'account' documents.

This is not perfect and needs to be verified if it's the best solution as it's fairly destructive as it reaches into the user collection and adds the hook necessary. Feel free to tidy up as the function could also be in a separate file or located elsewhere.

…he associated account documents.

This is not perfect, and needs to verified if it's the best solution as its fairly destructive.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant