Hello,
I've built an admin panel for my app. I would like to delete users from the system when they violate the rules, but the delete account
feature in Firebase Authentication only allows a user to delete their own account.
Is there a method you can recommend that would allow an admin (like myself) to delete other users' accounts?
Thank you.