Realm App: don't store anonymous users! / delete anonymous users after log out

Hi @SirSwagon_N_A ,

The behaviour is exactly as designed: anonymous logins create new users, that, most of the times, would need to have limited persistence (and app.currentUser, instead of login(), will re-connect the same anonymous user without creating a new one), but are automatically deleted by the system at some point (at this time, 90 days).

What’s the use case for having anonymous users that don’t persist any data outside the single session? If you don’t need any persistence whatsoever, wouldn’t, for example, a local, in-memory realm serve you better?