You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
For issues or feature requests related to the code in this repository file a GitHub issue.
For general technical questions, post a question on StackOverflow tagged appropriately.
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?
Step 2: Describe your environment
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'
Step 3: Describe the problem:
Steps to reproduce:
com.firebase.ui.auth.AuthMethodPickerLayout
AuthMethodPickerLayout
withAuthMethodPickerLayout.Builder
setGithubButtonId
to set button id from custom layout file.Observed Results:
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
and here,
https://github.com/firebase/FirebaseUI-Android/blob/version-6.2.1/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:
The text was updated successfully, but these errors were encountered: