I am trying to implement a like button in my app so when user clicks it, it increases the like counter by 1 and other users will see it as well but can’t get it to work properly.
This would be easiest with a cloud variable that gets +1 when a user clicks the like Button.
You can even have the cloud variable update on the user’s screen when other users like (or dislike) your item in real time! You can read about implementing this here.