0

The question is - if I use anonymous authentication to provide access to data like in google to those who have a link, will firebase generate trash of users or will it clean them up all the time the session ends?

Dmitriy Karpovich
  • 309
  • 2
  • 4
  • 11

1 Answers1

1

Anonymous users are not auto-deleted. If the user restarts the app, they will be signed in as the same anonymous user.

If you want to clean up user accounts that haven't been used in a while, see Delete Firebase anonymous users after a while

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807