We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c5665 commit b0d7bb2Copy full SHA for b0d7bb2
auth/README.md
@@ -884,6 +884,7 @@ AuthMethodPickerLayout customLayout = new AuthMethodPickerLayout
884
.Builder(R.layout.your_custom_layout_xml)
885
.setGoogleButtonId(R.id.bar)
886
.setEmailButtonId(R.id.foo)
887
+ .setGithubButtonId(R.id.github)
888
// ...
889
.setTosAndPrivacyPolicyId(R.id.baz)
890
.build();
0 commit comments