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?
Asked
Active
Viewed 25 times
1 Answers
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
-
Thank you Frank. I thought it is so but haven't found a best practices link. – Dmitriy Karpovich Dec 14 '19 at 09:25