Hello!,
How can I create a valid ObjectID to save this in mongodb ?
I need something like this
the red one is what I need, and the green is what I get :
I need the id to be generated as mongo does and not created by me, I was trying this :
thanks!