Home > Software design >  How to Add logo to the Email address verification sent from Firebase
How to Add logo to the Email address verification sent from Firebase

Time:09-01

i am using Firebase Email Verification, but After sending the verification link to user, Firebase is not showing the company Logo as the sender.

base on this image i want to able to show the company logo when ever Email verification is been sent

enter image description here

CodePudding user response:

You can change the display photo from the company's gmail account that way it will always send the email with the icon.

CodePudding user response:

Are you using the default Firebase domain (e.g., myappname.firebaseapp.com) for your custom domain?

If you're using your own domain, this setting mostly lies on your email address setup.

  • Related