I am working on a project using MongoDB and storing users data with their email as _id field.
Now realizing that that is a stupid idea, I wanna add an extra field, let's say "userid" as the new _id field of this collection and let the email as regular field.
Is it possible to do that?
Thank you