Hello there, I created a user which is under Auth on my appwrite dashboard, I have another collection that I would like to have manytomany to users but It was bringing User out under the list to choose from but was showing other collections, Please how can I achieve this.
At the moment you can't make a relationship to the auth service.
I typically create a collection for public user data and relate to that
How were you able to connect that with the logged in users
You can create an appwrite function that runs when a new account is created. This function can then store the user details in a collection.
You can use this collection for any relationships you want
Alright thank you
[SOLVED] Having difficulty with relationship with User
Recommended threads
- 1.9.5 Migration problem
1.9.5 migration problem after run migration command only openruntimes-executor
- Appwrite Sites deployment fails because ...
Appwrite Cloud Sites deployments are failing consistently for both GitHub and manual deployments. The build command completes successfully and packaging also c...
- Build succeeds but deployment fails — si...
My Next.js 15.5.20 site (standalone output mode) builds successfully on Appwrite Sites, but the deployment fails at the final packaging step with: [sidecar:bui...