firebase/snippets-android

new AUTHUI reeor

Ppolka opened this issue · 2 comments

// Choose authentication providers
List<AuthUI.IdpConfig> providers = Arrays.asList(
new AuthUI.IdpConfig.EmailBuilder().build(),
new AuthUI.IdpConfig.PhoneBuilder().build(),
new AuthUI.IdpConfig.GoogleBuilder().build(),
new AuthUI.IdpConfig.FacebookBuilder().build(),
new AuthUI.IdpConfig.TwitterBuilder().build());
// Create and launch sign-in intent
startActivityForResult(
AuthUI.getInstance()
.createSignInIntentBuilder()
.setAvailableProviders(providers)
.build(),
RC_SIGN_IN);

new auth ui error

Hey Ppolka, looks like you've filed this issue in the wrong repository. Please file a new issue at FirebaseUI-Android via this link. Make sure you fill out the issue template, and include complete steps to reproduce the error you're seeing. If you're unable to do so, make sure you share the error message itself.