Introduction
Anonymous authentication lets users access your app without signing up or logging in. It solves the problem of letting people try your app quickly without creating an account.
When you want users to try your app before creating an account
When you want to save user data temporarily without requiring login
When you want to allow guest users to access features with limited permissions
When you want to upgrade anonymous users to full accounts later
When you want to reduce friction for first-time users