List all users not only the logged one

I’m working on a project and I need to list all the users in a dashboard. I would like to talk on discord for you to show me how to do it and explain it.

I’m willing to pay up to five dollars for it (sorry, I know it’s not too much but my country’s currency is really bad).

I’m using svelte.

After I solve this, I’ll share the solution here.

just pass the result of Meteor.users.find({}) to your front-end, then use svelte to show the list of users.

Yeah, I was trying that but I already solved. After I restarted my computer it started working :neutral_face: