-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
FirebaseUI not compatible with "Theme.MaterialComponents.*" styling #1901
Comments
@OmerLevy1248 thanks for reporting! This is a pretty complex issue, I am not sure if it's possible for us to make your theme work without breaking existing themes. I'll have to investigate. |
Hi @samtstern! I am a newbie to android, so maybe this is not good practice, but: |
@OmerLevy1248 I spoke with the material team about this and I'm now looking into a Material Components version of FirebaseUI as v8.0.0. However after speaking with them it's clear this has to be a breaking change. Right now we assume So in the short term there's nothing we can do but we now have a plan to fix this in the medium to long term. Here's a great guide discussing the migration: |
I see. Thanks a lot! I'll be waiting:) |
This has been implemented and released in version |
Amazing, thank you very much! |
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
Step 3: Describe the problem:
when changing the application theme's parent to "Theme.MaterialComponents.*", All buttons in FirebaseUI change style to default, primary colored, no icon buttons.
More detailed explanation in my SO question here: https://stackoverflow.com/questions/65745954/theme-materialcomponents-style-ruins-firebase-authui-layout
Steps to reproduce:
Observed Results:
https://stackoverflow.com/questions/65745954/theme-materialcomponents-style-ruins-firebase-authui-layout
Expected Results:
https://firebase.google.com/docs/auth/android/firebaseui
Relevant Code:
The text was updated successfully, but these errors were encountered: