We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980ba6d commit d3ed381Copy full SHA for d3ed381
permissions.mdx
@@ -7,7 +7,7 @@ There are four ways to control who can [read](/read) and [write](/write) data in
7
8
2. [Code](#code) (write only) - write code to check users permissions in collection functions
9
10
- 3. [Encryption](#encryption) (read only) - data is public but encrypted, only unauthorized users can decrypt it
+ 3. [Encryption](#encryption) (read only) - data is public but encrypted, only authorized users can decrypt it
11
12
<Note>
13
For read rules, the entire record is always returned. There is no way to define read rules for specific fields.
0 commit comments