How to bulk delete Firebase anonymous users

后端 未结 7 2116
小鲜肉
小鲜肉 2020-12-16 03:27

Due to my probable misuse of anonymous authentication (see How to prevent Firebase anonymous user token from expiring) I have a lot of anonymous users in my app that I don\'

7条回答
  •  [愿得一人]
    2020-12-16 04:06

    There is no way in the Firebase Console to bulk-delete users.

    There is no API to bulk-delete users.

    But there is administrative API that allows you to delete user accounts. See https://firebase.google.com/docs/auth/admin/manage-users#delete_a_user

提交回复
热议问题