
I could just be using it wrong because the documentation isnt the best but setting the img src as the result from avatars.getInitials()
leaves me with an image that wont render.

can you provide your code?

You could also just set the image source to this
https://cloud.appwrite.io/v1/avatars/initials?name={FIRSTNAME LASTNAME}&width=80&height=80

oh damn that's so much easier than dealing with byte arrays imma just do that ty
Recommended threads
- Google Sign In Long Delay From Yesterday
I am using google sign auth provider. everything was working as expected without any issue. But from yesterday, it takes too much time to login and some time fo...
- exclude password field from getDocument
i got a getDocument that lists data from the user (username, password, id.....) so my question is how do i exclude the password so it doesnt get listed out? m...
- Date objects behaving weird
I've programmed an app that uses Date objects. Everything works perfectly in my local environment, but on my hosted version with Vercel, the times of the object...
