Matt Krick
1 min readAug 8, 2016

--

I don’t really see the downside. Worst case scenario is that the client opens the console & inserts a doc with an ID that doesn’t follow the format you like (shortid, GUID, UUID), but your server schema already sanitizes that, right? For Read, Update and Delete, you’ll need to pass in an ID to the server anyways, so might as well do it for Create and keep that logic simple.

--

--

Matt Krick
Matt Krick

Responses (1)