example data structure
{
    "name":"John",
    "contact":{
        "phone":"123",
        "email":"abc@gmail.com"
    }
}
Where condition example:
this.user.findOne({
"contact.phone": "123"
})
example data structure
{
    "name":"John",
    "contact":{
        "phone":"123",
        "email":"abc@gmail.com"
    }
}
Where condition example:
this.user.findOne({
"contact.phone": "123"
})
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)