
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
- Problems following https://appwrite.io/b...
To me it is unclear what the author means when he writes "Please note that the Appwrite instance should be shut down". I am using docker. What exactly am I supp...
- Two steps signIn with one user:
'm using appwrite to try two phase login, step 1: await account.createAnonymousSession(); or final appwriteUser = await account.create( ...
- Registering new flutter app
Hi, ive got an already build flutter app which works in development with appwrite. but with the built version i get an error that the client is not registered. ...
