Secure login with multi-factor auth.
Scalable and robust databases.
Advanced compression and encryption.
Deploy & scale serverless functions.
Set up a full-functioning messaging service.
Subscribe and react to any event.
Pioneering asset management solutions for the circular economy with UNDŌ
Hello, I have a collection "events" which has a relationship with a collection "staff".
Is there a way to query all the events for a certain staff member?
Something like: Query.equal("events.staff.id" : "abc123")
Query.equal("events.staff.id" : "abc123")
Thanks!
See https://appwrite.io/docs/databases-relationships#query
Ok cool. Will be added later. Thanks.
[SOLVED] Query a nested attribute?
Reply to this thread by joining our Discord
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
Get community support by joining our Discord server.
Join Appwrite Pro and get email support from our team.