Android Kotlin client
Sometimes, you want to do things the hard way. As an old hat mobile dev, nothing delights me more than building up three layers of abstraction to call one 5 line backend function. My dreams have come true.
Convex now has an Android Kotlin client. You can go through the quickstart, watch a walk through, or read the stack article.
…pssst iOS Swift is next
v.record()
validator is finally here
Since the dawn of time October 2022, our community has asked about some form of a record validator. Convex can now validate mappings from type string
to another type. Upgrade to Convex 1.16.0 to use it now: npm i convex@latest
.
Live in dashboard schema validation
The dashboard now does live schema validation while you edit documents.
New dashboard document editor
When you select a document (or multiple!) via the checkbox in the data screen, a brand hew document editor appears making it easier to edit just one field.
The old code style editor is still there. You can get to it by right clicking on a row and choosing “Edit document”.