Hello,
This happens below. Is there a workaround?
When deleting a user, the user's documents that are not set in "Delete User References" remain.
For example, in a query for a list of comments, I first query the list of comments, and then retrieve individual users by reference from the user references associated with the comments.
When deleting a user, I would like to not delete the related user's posts and comments for record purposes, and to display them in the app even after the user is deleted.
Thank you !