Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?classpath 'com.google.gms:google-services:4.3.3'
implementation 'com.google.firebase:firebase-core:17.4.1'
implementation 'com.firebaseui:firebase-ui-auth:6.2.1'
com.firebase.ui.auth.AuthMethodPickerLayout
AuthMethodPickerLayout
with AuthMethodPickerLayout.Builder
setGithubButtonId
to set button id from custom layout file.logcat
output, etc.There is a merged PR at #1583, so I expected to using setGithubButtonId
, but cannot compile with Unresolved reference error.
I checked source code here,
https://github.com/firebase/FirebaseUI-Android/blob/master/auth/src/main/java/com/firebase/ui/auth/AuthMethodPickerLayout.java
I can't find setGithubButtonId
method.
Is that removed for any reason?
Expected Results:No compile error and build completes.
Relevant Code: val authLayout = AuthMethodPickerLayout.Builder(R.layout.layout_auth)
.setEmailButtonId(R.id.email_button)
.setFacebookButtonId(R.id.facebook_button)
.setTwitterButtonId(R.id.twitter_button)
.setGoogleButtonId(R.id.google_button)
.setGithubButtonId(R.id.github_button)
.build()
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4