Answer the question
In order to leave comments, you need to log in
How to access child properties?
there is an object
{
"comments": 0,
"_id": "5e7a142125a650dfa132b984",
"title": "dasdadasd",
"description": "dasdasdadasdasdasd",
"author": {
"_id": "5e7a142125a650dfa132b985",
"name": "Artem",
"userId": "5e7a0bea506a9edca2abaf6c"
}
}
userId
: Posts.find({ author: { userId: user._id } });
Posts.find({ 'author.userId': user._id });
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question