-3

I'm creating an app that allows users to vote for products from 1 to 5 star ratings, then calculates the average rating of that product by taking the average vote of all the users.(just like Zomato) My app won't need a user to login, it only needs the users' votes and they can add comments. Is there a way to do this without creating a server like using FireBase?

Thank you and have a great day!

Jacky
  • 3
  • 2

1 Answers1

1

No. You need one central place to gather data and do calculations.

Joakim Danielson
  • 43,251
  • 5
  • 22
  • 52