
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
- SSR Image Previews
I am using the SSR guide (with SvelteKit) to use Appwrite on both the server and the client. I do this by also passing the cookie back to the client and creatin...
- Multiple Set-Cookie headers collapsed on...
I’m deploying a Next.js 15 app to Appwrite → Deploy → Sites. In app/api/auth/login/route.ts I try to set 3 cookies. Variant A (manual headers): const headers ...
- can't send emails
i explored the docs and it says Messaging.CreateEmail() but this function does not exist , i installed appwrite on next js env everything works fine except thi...
