You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be nice if the list collections method is implemented in the web-sdk as well.
Currently only the node server SDK includes the listCollections method.
Is there any restriction on why this can't we used on the web-sdk?
🎤 Pitch
To be more flexible it would be nice to also have some methods from the node-sdk available in the web-sdk. I could then remove the node-js middleware.
👀 Have you spent some time to check if this issue has been raised before?
To ensure the highest level of security, the client SDKs of Appwrite do not include database or collection-related operations. This deliberate design choice prevents the unnecessary exposure of non-relevant collections and databases. By limiting access to only the required data, potential security risks are mitigated, as sensitive information is not exposed to unauthorized parties. This approach prioritizes data privacy and enhances overall application security.
A workaround would be to use Functions in Appwrite to implement this!
🔖 Feature description
I would be nice if the list collections method is implemented in the web-sdk as well.
Currently only the node server SDK includes the listCollections method.
Is there any restriction on why this can't we used on the web-sdk?
🎤 Pitch
To be more flexible it would be nice to also have some methods from the node-sdk available in the web-sdk. I could then remove the node-js middleware.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: