
In python, avatars.getInitiale() return Byte and not a URL. Now how should I store it into the collection? I have two options two store it, one is String
other is URL
and I don't know what to do with this Byte. How to convert it into a String or a URL whichever you prefer.

This is the URL format for getting the initials
https://cloud.appwrite.io/v1/avatars/initials?name={FIRSTNAME LASTNAME}&width=80&height=80

but again, I don't really think there is any problem calling this when needed its a very small request tbh

So you are saying that I should set profile to null in database and check in app weather it is null or not. If it is null then use Avatars else use Coil library??

I have no idea what coil library is or any context of your app, but if you're using the intials as a profile picture I don't see any harm in not saving the picture at all.

No problem, your provided link works great. Now I will handle it easily, whichever will be easy.

[SOLVED] Avatars.getInitiale()
Recommended threads
- Avatars API returning invalid img src
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 imag...
- can't acsses the avatar
Hey, i'm trying to get the avatar picture this is the code ```js import { StyleSheet, Text, View, Image } from 'react-native' import React from 'react' const P...
- Can't get avatar URL to save to database
Good afternoon, every time I getInitials it just returns an ArrayBuffer which obviously doesn't allow me to get the url to save to the database. I am using Node...
