My actually collection looks like this
ID: ...,
param1: value1
param2: value2
But i want to add a user id to this object so that this will be look like this
userid:{
ID: ...,
param1: value1,
param2: value2
}
Is there any way to do this?
Thanks