Why can't I create a appwrite collection using flutter? #5193
Unanswered
hemangjoshi37a
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@hemangjoshi37a, thanks for opening this issue! 🙏This is actually the expected behavior. Giving a client SDK access to create collections is like giving it access to create any database table they want which can create clutter and open up channels for abuse. If you really want to create collections at runtime, I suggest using a server SDK in an Appwrite Function. The Appwrite Function would allow you to create the collection you want to create rather than letting the client make any collection they want. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👟 Reproduction steps
appwrite does not have the functionality in flutter framework from whch we can create collection and delete collection .
If anyone has any lead on this please let me know.
👍 Expected behavior
🐛 Bug Report: I can not create a appwrite collection using flutter .
👎 Actual Behavior
🐛 Bug Report: I can not create a appwrite collection using flutter .
🎲 Appwrite version
Version 1.2.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
Beta Was this translation helpful? Give feedback.
All reactions