VincentRPSV
Convex Community9mo ago
3 replies
VincentRPS

How to use custom IDs

Hello, I'm wondering if there's a way to use custom IDs in
_id
? I want to use ULID, Snowflakes, or some other generation method which can be K-sortable since I'm trying to make a messaging app with querying of
before
and
after
a possibly deleted message, only possible by using lesser than and greater than on the IDs which would need to be sortable (unless they already are and I'm misunderstanding?).
Was this page helpful?