Hi.
I'm not sure how to use 'tagged users' in Firestore Rules.
I believe it can be used to automatically delete content that is tagged to a user when their account is deleted, is that correct?
However, when I delete a user using the 'delete user' action, only the user account gets deleted (the tagged contents created by the user are not deleted).
Is it possible to achieve what I want to do in FlutterFlow?
Thank you.