Back

Remote Config Workaround

  • 0
  • Flutter
  • Databases
  • General
  • Self Hosted
  • Functions
burakcbdn
19 Sep, 2023, 19:38

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?

TL;DR
There are several ways to achieve a remote config-like structure with Appwrite. - If everyone needs the same config, you can use a public collection. - If different users need different values, consider using an external remote config service directly. You can also fetch enum values using a function or create a collection specifically for this purpose. Overall, it is recommended to explore external remote config services or use functions to fetch the required values.
Drake
19 Sep, 2023, 19:55

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

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more