Delete Firebase anonymous users after a while

后端 未结 5 892
长情又很酷
长情又很酷 2020-12-16 15:26

I am using anonymous auth to allow my users to use the app without logging in. However, Firebase seems to persist these anonymous user IDs indefinitely. Is there a way to au

5条回答
  •  爱一瞬间的悲伤
    2020-12-16 15:48

    There is no way to bulk-delete, however, the following trick worked for me:

    I used Macro Recorder and it worked like a charm. Just recorded a few iterations in the console of me deleting users, set it to repeat 500 times and walked away.

提交回复
热议问题