Commit 02fc87e
committed
feat(push_notification_device): implement read operation and update permissions
- Add read operation for push_notification_device in DataOperationRegistry
- Update getCollectionPermission to unsupported for better security
- Change getItemPermission to adminOnly to restrict unauthorized access1 parent abe6bb7 commit 02fc87e
File tree
2 files changed
+6
-5
lines changed- lib/src/registry
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
433 | 432 | | |
434 | | - | |
| 433 | + | |
435 | 434 | | |
436 | | - | |
437 | | - | |
| 435 | + | |
438 | 436 | | |
439 | | - | |
| 437 | + | |
440 | 438 | | |
441 | 439 | | |
442 | 440 | | |
| |||
0 commit comments