I'm using flutter and while fetching documents from db I'm getting following:
I/flutter (29189): {vehicle_code: MC, plate: 34A1234, verifiedVehicle: false, $id: 6607cf431e195895e8be, $createdAt: 2024-03-30T08:37:23.154+00:00, $updatedAt: 2024-03-30T08:37:23.154+00:00, $permissions: [], ownerCompany: null, driver: null, $databaseId: 65bf80f96118726797c8, $collectionId: 660466b547cf578575e1}
as you can see "ownerCompany" and "driver" seems null. But they are not.
Maybe problem occures due to relationships. But Its nonsense. Because related documents are not null too.
problem solved. All related collections must have same permissions to see
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...