Anonymous logins

While running my web app locally during development I am using anonymous login, this seems to create many user entries in my Realm App → Users. Is this normal? Seems like it should reuse the same user rather than creating a new one each time I restart the app.

Is there a way to bulk delete anonymous users?

Should I just use an API Key for local development?

1 Like