firebase / firebaseui-web

FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.
https://firebase.google.com/
Apache License 2.0
4.58k stars 1.06k forks source link

Orientation landscape issue #842

Open Rohit737-star opened 3 years ago

Rohit737-star commented 3 years ago

Hello sir,

i want to fully modify login screen and i want to add image on top at login screen i have added image on top at login screen successfully but issue is when try to change Orientation of device in landscape that time image and button are overlapping , can we put all login button in my custom UIView with help of Subclass. please help Thanks

yuchenshi commented 3 years ago

What SDK platform are you working with? Web, iOS, or Android? We can help to file a feature request here.

In the meantime, remember that you can always use the core SDKs and build your own custom UI with these customizations. You may even find the FirebaseUI-* source code useful as a reference.