
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
- Incorrect 400 Error When Creating Accoun...
š Hello! Iām encountering an unexpected behavior when creating a user in Appwrite. š Issue: ā¢ I first created a user using Google OAuth. ā¢ Then...
- Native Google Sign-In-Google with AppWri...
i was looking for ways to bypass web redirect in sign in with google, i came across this idea; 1. Use google_sign_in for native authentication (no web redirect...
- The requested route was not found
the error message : { "message":"The requested route was not found. Please refer to the API docs and try again.", "code":404, "type":"general_route_not_found", ...
