Instead of FirstName LastName, Gmail is displaying only the username (hello)
I'm using SendGrid, domain is authenticated and security set to automatic. As per SendGrid's documentation, DKIM and SPF records are managed automatically with this setting.
The hello@example.com address is setup on Google Workspace.
Wondering if anyone has any advice on how to get Gmail to display first and last name.
Twilio SendGrid developer evangelist here.
I think to display a name in the place of the sender here you should set up your Firebase Extension with the DEFAULT_FROM
setting in the format "Firstname Lastname <address@example.com>
".
Let me know if that works.