Is there an easy way to delete all registered users from firebase console? For example, I created a hundred users from my development environment, and now I want to delete a
Well, I used this script to delete all users at once in Firebase console:
$('[aria-label="Delete account"]').each(function() { $(this).click(); $('[ng-click="controller.submit()"]').click() })
https://console.firebase.google.com/project/YOUR_PROJECT_NAME/authentication/users