I want to add the option to remove A user from firebase authenticated Users list - from my web application. The authentication method I used is email and password authentication.
the application is mobile single page application, based on js/html/css files (browser application).
- can I use firebase Admin SDK to delete A user?
- is there A better way of doing it? what is the best practice?
Thanks Michael.