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
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...