#How to use Backward Compatibility

5 messages · Page 1 of 1 (latest)

harsh mirage
#

Appwrite doesn't have explicit API versioning.so how can i use Backward Compatibility

#

dont want to use custom domain.

livid carbon
harsh mirage
#

I’m building a pre-launch Flutter app using Appwrite as the backend and Hive for local storage. I’m adding postIdStr (String) and postIdRel (Relationship, onDelete: cascade) to my Post collection. I’d like to avoid model classes and use Hive with raw maps for flexibility.
What’s the best way to handle adding a new field (e.g., status) in Appwrite so my Flutter app adapts without a Play Store update? I’m considering a cloud function to fetch data and a UI spec, syncing to Hive dynamically. Is this a good approach, or do you recommend something else with Appwrite’s features?