Skip to content

docs: Rename Facebook configuration page to customizations and fix UI API#667

Open
Zfinix wants to merge 1 commit into
mainfrom
chore/facebook-ui-customization-api
Open

docs: Rename Facebook configuration page to customizations and fix UI API#667
Zfinix wants to merge 1 commit into
mainfrom
chore/facebook-ui-customization-api

Conversation

@Zfinix

@Zfinix Zfinix commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Aligns the Facebook sign-in docs with the other migrated providers (Google, Apple, GitHub) and corrects the UI customization API.

  • Renames 02-configuration.md to 02-customizations.md and updates its title, sidebar_label, and description to match the Google/GitHub customizations pages. Updates the inbound link from the setup page.
  • Fixes the FacebookSignInWidget example on the UI customization page, which referenced an API that does not exist in serverpod_auth_idp_flutter_facebook:
    • The button label prop is type (a FacebookButtonText), not text.
    • Removes the non-existent FacebookButtonType.standard / .icon (there is no FacebookButtonType enum).
    • Corrects enum values to signinWith and signupWith.
    • FacebookButtonSize also has small; FacebookButtonShape only has rectangular and pill.
    • Documents the minimumWidth prop.

Verified against serverpod_auth_idp_flutter_facebook 3.5.0-beta.10 source.

Part of #503, and a step toward #507.

@Zfinix Zfinix force-pushed the chore/facebook-ui-customization-api branch from 63f7e7f to 8b09850 Compare July 2, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant