Delete all users from firebase auth console

后端 未结 16 1665
臣服心动
臣服心动 2020-12-04 11:53

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

16条回答
  •  不思量自难忘°
    2020-12-04 12:47

    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);
    

提交回复
热议问题