When a user creates an account using firebase, I use the firebaseUser.sendVerficiationEmail()
to send a verification link to the user. It works perfectly. However, the problem is that the email looks unprofessional and ugly. I know apps that use Firebase, such as "pic-collage", and their verification email looks pretty with their app logo on the top, and the verification link is a button.
Firebase template doesn't allow me to customize anything other than 'sender name' and 'action url'. Any help would be appreciated.