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.
For help troubleshooting your application that does not fall under one of the above categories, reach out to the personalized Firebase support channel
Step 2: Describe your environment
Android device: _____
Android OS version: _____
Google Play Services version: _____
Firebase/Play Services SDK version: _____
FirebaseUI version: 8.0.0
Step 3: Describe the problem:
We really work hard on theming Firebase UI screen across device and version our app supports, however with this new update we are now force to use Material Theme. We no longer want to change our theme or style as it is very hard to make it work properly across device. How can we opt out from Material Theme?
Steps to reproduce:
Update from 7.2.0 to 8.0.0
Observed Results:
Incorrect colors which can result in fragmented behavior depending on OS version or device model
Expected Results:
Unified styling, ability to set each view color programmatically is the ideal solution as it is hard to work on style xml with Firebase Auth UI.
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:
We really work hard on theming Firebase UI screen across device and version our app supports, however with this new update we are now force to use Material Theme. We no longer want to change our theme or style as it is very hard to make it work properly across device. How can we opt out from Material Theme?
Steps to reproduce:
Observed Results:
Incorrect colors which can result in fragmented behavior depending on OS version or device model
Expected Results:
Unified styling, ability to set each view color programmatically is the ideal solution as it is hard to work on style xml with Firebase Auth UI.
Relevant Code: