I am trying to figure out if it is possible to share only certain fields of document with users?
Lets assume we have a document:
{
"type":"user",
"address":"Some city and Street",
"firstName":"John",
"lastName":"Doe"
}
I want to share this document with some users, but ‘hide’ field address.
Thanks