Cloud functions are required for some important actions when data is being deleted from Firestore: - [ ] Delete all posts associated with a community when a community is deleted - [ ] Delete all comments associated with a post when a post is deleted - [ ] Unsubscribe (delete community snippet) when a community is deleted - [ ] Delete all posts associated with a user when a user is deleted
Cloud functions are required for some important actions when data is being deleted from Firestore: