Hello! How to remove specific users from permission list via dart sdk? For example, I gave permission to multiple users for a collection. Now I want to remove one user from permission. How to do it?
Hi - this is duplicate - https://discord.com/channels/564160730845151244/1099968590746238996/1099968590746238996
can you please remove one?
Also, to update
You’d need to give a new list or permissions without the user you want to remove. This will override your existing list
Thank you! I got all the permission lists and removed the user that should be removed from them and re-added that sheet when updating the collection and it worked.
[SOLVED] Removing permission via dart sdk
Recommended threads
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- Bug report: Race condition in Flutter SD...
Hi team, I've found an intermittent bug in the Flutter SDK (v20.3.0) when using `createOAuth2Session` on Android. **Symptoms** After `createOAuth2Session` re...
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...