Convex sync with offline user MobileApp + Admin panel WebApp
I need to build a mobile app that recollects data offline and when the phone has access to internet it should automatically update the changes made on the "local db of the mobile" (if that is the correct approach) to the convex db
The web app should have all the convex schema and functions, it works as a full crud of the app, like an admin view.
My main concern is the offline sync part. for the multiple repos I'm aware we have
npx convex-helpers ts-api-spec but I was also thinking about a monorepo with both app using Turborepo.I'd love to hear your thoughts on this one.
