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
Used this code successfully on 11/16/2020:
setInterval(function () { $('[aria-label="View more options"]')[0].click() document.querySelectorAll('.mat-menu-item')[2].click() document.querySelector('.confirm-button').click() }, 1000);