I have an administrative panel that lists all users on my system. I would like to be able to delete the account of a saved user in firebase.auth()
.
I know the firebase provides an SDK for this, but I do not have a server on Node, my site is hosted directly on Firebase hosting.
Is there any other way to achieve this exclusion?