ZsomborOriginal post
Rank 1: Thread
Im creating a site where people can post, but there are some attributes like likes that i dont want people to see
Summary
There is an option to use `Query.select(attribute)` to choose specific attributes, but this may not fully prevent access to private attributes. Alternatively, you can create a cloud function that fetches the data and returns only the desired attributes.