
Is it possible to create a database collection in Appwrite using REST API from flutter code?

Creating collection from Client side SDK is prohibited due to security reasons. You can use the Server SDK for that (though its not recommend to use in the client apps)
One thing you can do is create a cloud function and you can execute this manually from client side

Thank You

You can via REST, on client or server. Just need to pass key

You can't via client side sdk, like @Maniac_Fighter explain. But if you use fetch from browser (or other), np

Nevertheless, it's not recommended to use API Key in frontend

If all is ok for you. Don't forget to add [SOLVED] at begin of your post title, by editing it
Recommended threads
- My collection is not updating after csv ...
- How do I format an array in a CSV file t...
I want to import a CSV file to create a document on it on the AppWrite website. I have an attribute "name" of type String and "ingredients" which is of type St...
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
