user-profile
Self-service account page building blocks: a change-email write handler (re-auth via current password, uniqueness check, resets emailVerified and expects the app to trigger the verification flow) plus the ProfileScreen web component that composes change-password (auth-email-password), change-email and account deletion (user-data-rights request/cancel with grace period) into one screen. Apps register the screen as type: "custom" with __component: "UserProfileScreen". Requires user, auth-email-password, and user-data-rights.
Dependencies
Section titled “Dependencies”- Requires:
user,auth-email-password,user-data-rights - Activation: always on (not toggleable)