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
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...