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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...