Is there an offline-only mode for Convex? My app model is like so: Free users -> Offline IndexedDB only to save db costs Premium Subbed -> Sync between online and offline to enable multidevice access + Online backups
So I need to switch between the two based on the paid_sub state. If there's nothing like this first party but someone has a workaround/method to accomplish the same, it'll be a great help.
I'm an intermediary frontend dev who's mostly worked on sites but this is my first time building a local-first APP rather than a nextjs site. Any help is greatly appreciated. Cheers!