
Hello, I wanted to ask if it is possible to create remote config-like structure with appwrite.
For example I have some specific enum attribute, I want these enum values to be changable with remote config.
The solutions that I think of were
- using function to fetch enum values
- creating a collection just for this purpose
- using external remote config service
Do you have any suggestion or does appwrite has some feature that might help me?

If everyone has the same config, you can use a public collection.
If you need different values for different users, I'd recommend using an external remote config service directly
Recommended threads
- My collection is not updating after csv ...
- Properly contained appwrite main app can...
Hello! We tried to reinstall our main self-hosted appwrite with a new method but the main app 2 mins after launch throw this error: ```2025/06/22 16:16:14 s...
- 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...
