iankit.meOriginal post
@everyone
for e.g I have this collection called "tweets" inside it i have an attribute called "likes" which is type of an array string [] i have there bunch of users id.
When i want to query it, I want to have a info of the each users as well. Can anyone help on on this?
Summary
The user wants to get information about each user in an array of user IDs. They have a collection called "tweets" with an attribute called "likes" that contains an array of user IDs. They are looking for a way to query this and retrieve the information of each user. One suggestion is to create a cloud function that takes the user ID as input and returns the user data. In the frontend code, they can loop over the array of user IDs and execute the function for each ID to get the user information.