
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
- Session Secret not generating
Hello, im trying to use otp verification in my next js project but appwrite server is sending empty secret. i am attaching code where the error is occuring and ...
- Sites takes a bit longer with better res...
site: devaxis.appwrite.network cc: <@185460546336718859> https://discord.com/channels/564160730845151244/564160731327758347/1407009490745823334 I dont know if ...
- deleteDocument shows The current user is...
my application is an ecomm app that list the products and i just want to add the delete functionality to delete the product the user has permission in appwrite...
