Skip to content

[Auth-UI] [v10.0.0-beta02] AuthMethodPicker customLayout use #2327

@jliumo

Description

@jliumo

FirebaseUI Auth 10 beta02 exposes customLayout on AuthMethodPicker, but the high-level FirebaseAuthScreen does not provide any way to pass this parameter through.

This looks like a regression from FirebaseUI Auth 9.x, where the Activity-based flow supported a custom auth method picker layout via AuthMethodPickerLayout / setAuthMethodPickerLayout(...). In beta02, the equivalent customization point exists at the lower-level picker composable, but it is not reachable when using the recommended high-level FirebaseAuthScreen API.

Dropping down to direct AuthMethodPicker usage does not seem equivalent, because FirebaseAuthScreen owns the provider dispatch logic, navigation to provider-specific screens, error handling, account linking, MFA handling, and related flow behavior.

Could this customization point be exposed through FirebaseAuthScreen, or is there another intended way to customize the method picker layout while keeping the high-level authentication flow?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions