Customize login view #477
Answered
by
fgatti675
juljoshahini
asked this question in
Q&A
|
I am trying to customize the login view, add a background image, a container etc. I am having some trouble to find how to customize the login view. I want to add these but not affect the other pages. I am having some trouble finding any info regarding custom styling |
Answered by
fgatti675
Mar 13, 2023
Replies: 1 comment
|
Hi @juljoshahini |
0 replies
Answer selected by
juljoshahini
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @juljoshahini
If you need a large degree of customisation for your login view, I suggest going down the custom CMS route:
https://firecms.co/docs/custom_cms_app
That way you can even replace the login view completely if you need it.
The source code for the current login view is here:
https://github.com/Camberi/firecms/blob/main/lib/src/firebase_app/components/FirebaseLoginView.tsx
You can build your own component using it as a reference :)