
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
- Error Getting Github token on 1.7.4
I set up GitHub integration on Selfhost using version 1.7, and it was working correctly since then. After upgrading to version 1.7.4 with the same configuration...
- session client not allowed to create doc...
Hello all! So my issue is that I keep getting ERROR Error creating invitation: The requested service is disabled. You can enable the service from the Appwr...
- API Endpoint to Verify Password.
I have 2 use cases where i need to verify a users password outside of login, e.g. Updating user account data (such as name, or prefs, or data in a users databa...
