Skip to content

The email input box is covered #2203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
luokailiang opened this issue Apr 30, 2025 · 1 comment
Open

The email input box is covered #2203

luokailiang opened this issue Apr 30, 2025 · 1 comment

Comments

@luokailiang
Copy link

Image

Version:
implementation 'com.firebaseui:firebase-ui-auth:9.0.0'

Here is the code:

val providers = arrayListOf(
AuthUI.IdpConfig.EmailBuilder().build()
)
val signInIntent = AuthUI.getInstance()
.createSignInIntentBuilder()
.setAvailableProviders(providers)
.build()
signInLauncher.launch(signInIntent)

@luokailiang
Copy link
Author

luokailiang commented May 1, 2025

It seems to be a similar issue to #2177

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant