So , in my project I've 3 collections: properties , reviews and agents. I'm getting data of reviews in my app but not reviews why any reason ?
For reviews: "reviews": [[Object], [Object]], For agents: "agent": {"$collectionId": "6798bb850018243b4326", "$createdAt": "2025-01-28T16:05:57.012+00:00", "$databaseId": "6798bb3a002bafd474de", "$id": "6799006300053205936a", "$permissions": [Array], "$updatedAt": "2025-01-28T16:05:57.012+00:00", "avatar": "https://images.unsplash.com/photo-1542507464418-09c375b86bbe?q=60&w=640&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdfHx8fGVufDB8fHx8fA%3D%3D", "email": "agent5@example.com", "name": "Agent 5"},
make sure you have correct permissions set on both the collections.
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...