It is possible, when creating a document, programmatically enable the users Relationship function ??'
you mean relate to the User? No. you can't relate to the user. People typically create a collection named something like profiles and then make relationships to that
Exactly, relate to the user programmatically.(dynamically). I can do it manually, but I need to create the document and relate to the user at the same time (from my app)
and all because I am reading the json of the parent Document, so that it lists everything related to it.
yes
Recommended threads
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...