
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
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
