You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
i have user collection and event collection so in event collection there is field userid which is normal string format such as.
User: _id:ObjectId('123456'),
Events:
_id:ObjectId('qqqqqqqq'), userId:'123456'
so for events join users how can i get user details using userid.
The text was updated successfully, but these errors were encountered:
Hey,
i have user collection and event collection so in event collection there is field userid which is normal string format such as.
User:
_id:ObjectId('123456'),
Events:
_id:ObjectId('qqqqqqqq'),
userId:'123456'
so for events join users how can i get user details using userid.
The text was updated successfully, but these errors were encountered: