Automatic profile picture when creating an account

Hi there,

To be simple, I would like each of my users to have a profile picture automatically generated when they create their account. You know exactly like Google or Outlook do, with their initials and a random background colour. I know that when creating a Glide account, we also default to our initials with a random colour as our profile picture.

So I would like to add this to my app, if anyone knows how to do this.

Thank you all for your help, and have a nice day. :slight_smile:

1 Like

You can use a service like this to generate a default image from the user’s name.

If the “image” column you allow them to add images to has no value, show the default image above, else show the image they uploaded.

1 Like