Apply generated document id to a non-system field in schema
Here's what I'm trying to do:
I know that using the v.id() is meant for storying references. But I was really hoping to use it to also generate the document id with a different name. I would prefer to not pass on the system fields to the client and use underscores. Planning to use zod to strip those out of responses.
Is there a way to apply the document id to a non-system field of my choosing?
