I'm looking to create a user property such as "profile_pic" that would store a url string to the asociated user in file storage. Also want to create a field called "username". I dont see an option for creating custom user properties anywhere. Is this something that's possible or should I just go with creating a "Profile" table and store a reference to the user ID, in a sense creating a one to one relationship.
There two workarounds you can choose from.
- Use the user preferences object.
- The more common one is to create a custom user collection. within it add all the custom-made attributes required for the user in your app.
Ok perfect. These where the options I was looking at but I just wanted to make sure I wasn't re-inventing the wheel, thank you 🙏
👍
Recommended threads
- Bug Report: type generation for enum of ...
### 👟 Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...
- Want to integrate my university server t...
Hello <@870607367597850624> i want to use the appwrite backend services for my university website,I want to know that is it possilbe that i could use the backen...
- Emails not coming
I'm building a simple web app that registers users with an email and password. The user is created successfully in my (auth) page, but the verification email is...