How to get the avatar of current user and change the avatar of the current suer
Appwrite user-avatar just uses the Avatar API for the initials https://appwrite.io/docs/client/avatars?sdk=web-default#avatarsGetInitials
If you want to have avatar attached to your user it might be best to create some collection for it Or Use the User preferences.
Recommended threads
- Creating Appwrite Session with Phone Num...
**Context**: I'm implementing a custom phone number authentication flow using a third-party OTP service. I'm trying to create a session in Appwrite, but encount...
- [SOLVED] Realtime stream for a particula...
Trying to listen document stream using realtime api. This one "databases.[ID].collections.[ID].documents" works well on my archive page to listen all docs but o...
- how to get and add header
Hello, I am developing a Flutter web app and using the video player package to play videos. The issue arises when I change the file permission to 'users only'; ...