Skip to content

Easy way to style or change theme for firebaseui-web ? #586

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
renetik opened this issue May 14, 2019 · 9 comments
Open

Easy way to style or change theme for firebaseui-web ? #586

renetik opened this issue May 14, 2019 · 9 comments

Comments

@renetik
Copy link

renetik commented May 14, 2019

I incorporated email login to my app and I tried to style it, but it seems quite complicated to change whole theme of all dialogs.

I would like to have option to define colors like foreground background similar to material theme color definition in material components library, that is from google too.

I tried to look for styles in chrome by looking fro component and I changed some button colors like this

 .mdl-button--raised.mdl-button--colored
    background var(--secondary-color)

  .mdl-button--raised.mdl-button--colored:hover
    background var(--accent-color)

  .mdl-button--raised.mdl-button--colored:active
    background var(--secondary-color)

Thanks

@Luke-Markham
Copy link

I concur, it says it's easy to customise , but is it really ?

@cryptoAlgorithm
Copy link

I second this. I am working on a project that requires both light and dark themes, and I'm using MDC-Web. Unfortunately, just found out all the colors are hard-coded. Guess time to un-hardcode them myself? Is there an official way for changing the background and text colors?

@yuchenshi
Copy link
Member

I've filed this internally as a feature request (b/176911065).

@dinvlad
Copy link

dinvlad commented Apr 5, 2021

Could you share a link to that ticket (if it's public)? Thanks

@yuchenshi
Copy link
Member

The ticket is for internal tracking only and does not have a public link. We will however post here if we have any updates, so feel free to subscribe to this thread.

@landsman
Copy link

Yes please, styles via object configuration would be wonderful!

@ChromeQ
Copy link

ChromeQ commented Oct 16, 2021

Over two year old issue, will this ever be done? It seems like a basic requirement and should be customisable

@mcskinner
Copy link

I guess Google must have unofficially "deprecated" this library and others like it. The React version of this component never got the upgrade to Firebase 9.

I learned the Flutter libraries first, and those are rock solid. That must be where the support is going now.

@landsman
Copy link

Let's flag repository as archived then and save a lot of time for everyone pls.

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

No branches or pull requests

8 participants