Sort List by Star Rating

Hello everyone,
I created a review and star rating functionality within my app. The users can leave a review and star rating to the professionals (like Tripadvisor). I want to create a list of professionals sorted by the score obtained (from the most rated to the least rated).
Someone can help please?

Thanks

You need to store the rating average as a number parameter in the user collection.

After a user leaves a review, update the user’s number parameter with the user’s rating average.

Hello @Flawless , thank you very much.
my problem is solved :pray:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.