I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code to assign specific permissions to users, but they are not displayed in the Appwrite Cloud console; I have to add them manually.
I read this documentation
https://appwrite.io/docs/advanced/platform/permissions#configure-the-collection
TL;DR
Developers are having trouble adding permissions when creating a database collection using the Appwrite Dart server SDK. Permissions are not displaying in the Appwrite Cloud console even though they are added in the code. The solution might be checking if the permissions are being set correctly according to the documentation provided: https://appwrite.io/docs/advanced/platform/permissions#configure-the-collection.