Firebase dashboard view here
I need to remove A user from firebase authenticated Users list - using my mobile application. Authentication method is email and password au
If you want to allow application to delete user in the console, there is no pure client-side solution. As far as i've known, there are two option.
Firebase cloud function to delete user when specific event occur to Firebase database.Admin SDK and build endpoints for user to call an manipulate user data.