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 26249c7 commit 57c5665Copy full SHA for 57c5665
auth/src/main/java/com/firebase/ui/auth/AuthMethodPickerLayout.java
@@ -135,6 +135,14 @@ public AuthMethodPickerLayout.Builder setEmailButtonId(@IdRes int emailButton) {
135
return this;
136
}
137
138
+ /**
139
+ * Set the ID of the Github sign in button in the custom layout.
140
+ */
141
+ public AuthMethodPickerLayout.Builder setGithubButtonId(@IdRes int githubButton) {
142
+ providersMapping.put(GithubAuthProvider.PROVIDER_ID, githubButton);
143
+ return this;
144
+ }
145
+
146
/**
147
* Set the ID of the Phone Number sign in button in the custom layout.
148
*/
0 commit comments