How to display a customer's name publicly without requiring login

How to display a customer’s name publicly without requiring login?

Hi @topnewyork
It is not possible to show customer name if you are not logged in, customer object is only be accessible after you logged in
You can put static text like Guest or something unless you logged in
Thanks!