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
- Migrating from Self-Hosted to Self-Hoste...
There are guides on how to migrate from other sources to Appwrite Cloud but not from a self-hosted setup to another self-hosted setup. How would I go about migr...
- Is it possible to create and update with...
Desde la comunidad latina. Es posible ejecutar un CREATE y un UPDATE , en la misma transacción? mi objetivo es que el ID creado, se coloque en el array del upd...
- Invalid document structure: Unknown attr...
I have a production server running Appwrite 1.7.4. I'm testing Appwrite 1.8.0 on a separate test server. To transfer data from my 1.7.4 installation to 1.8, I ...