I'm very new to react-native and appwrite. I created an Enum attribute 'category' containing several elements. Now I want to fetch all the enum values to set a filter option. How will I get the all enum elements?
You cannot get all enums, unless using server side sdk. When fetching the docs, only current value is retrieved ig.
maybe use a separate attribute to list all values or best is to create a feature request on the repo. I'd like the later and be added to the sdk.
Will try. Thank you
Recommended threads
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- My organization's project is blocked
My organization's project is blocked so unblocked my organization then I will this
- [SOLVED] React Native Appwrite SDK not w...
So I'm trying to generate a unique ID using the ID.unique() and its generating properly, but its saying its longer than 36 characters but it isnt.. ```typescri...