Accessing Your Profile
Navigate to/profile or /app/profile while signed in. The profile page displays your account identity, connected authentication providers, and profile settings.
Route: /profile or /app/profile
Account Identity
The Account Identity card displays your core account details.Displayed Information
| Field | Description |
|---|---|
| Display Name | Your current public display name |
| The email address associated with your account (or “No email address”) | |
| Avatar | Profile image preview (shows initials if no avatar URL is set) |
| Auth Providers | Connected authentication methods (e.g., “email”, “google”) |
| Last Sign In | Timestamp of your most recent sign-in |
| Joined | Account creation timestamp |
Public Profile Settings
The Public profile settings section allows you to customize how your account appears throughout AdRecon.Editable Fields
Display Name
Your public display name (max 100 characters). This is shown in the app UI and any future collaboration features.
Profile Image URL
A direct URL to your profile avatar image. The preview updates as you type. If the image fails to load, your initials are shown instead.
Bio
A short biography for your account (max 240 characters). The character counter updates as you type.
Saving Changes
Click Save changes to update your profile. The button is disabled until you make an edit.Display name and profile image are stored in your Supabase
user_metadata and are reflected throughout the app immediately after saving.