Relationships - if no permission for nested for one to one relation returns empty array
- 0
- Databases

1.4.2 (1.4.1 also) flutter sdk Expected single object but empty array is returned Returns normal json object when user have read permission to relationship collection.
"correctAnswer":[
],
in console: (image in attachment)

Can confirm for many to many as well. Revoked read permissions for one of two documents and got this in return:
[
{ object1 data },
[]
]
For the unreadable document, an empty array is returned.

@Prateek Banga is the fix for this pending release?

@Steven I don't think so, we delivered one bug fix to my knowledge in 1.4.3 which is this one https://discordapp.com/channels/564160730845151244/1146653042696011777

just checked - I'm still able to reproduce it on 1.4.3
Recommended threads
- Bug: When creating a table, table name i...
I created a table with a typo. my_taable .... then my code couldn't find it. i updated table name and still couldn't find it. the table name doesn't update. i h...
- unexpected row_invalid_structure error
In images you can see both my code,error, column schema I do have timezone in table schema but still while creating a row i am receving row_invalid_structure e...
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
