i have 2 collections, like item and itemOrder, then how to join item and itemOrder collection ? currently i'm using Apple SDK.
At the moment, you'll have to join them client side by making separate API calls. There is an open feature request for more built in relationships: https://github.com/appwrite/appwrite/issues/2735. And we're currently working on how to best add support for this.
i see, Thanks @Steven !
Recommended threads
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...