Hi everyone ,
I have created an image viewing app. In this people can like any image they want to. The images’ data is stored in airtable. When they click the like button, I get the value of a column ‘Like count’ from airtable, add 1 to it and store it again.
I wanted to ask everyone that how can I allow people to like an image once only, to prevent spamming.
P.S. i first thought using tinyDb for storing row no of each image liked, but then I thought of 2 problems-
the person can still like the image by signing in another phone
He mean if someone click on like then they didn’t like again this post because it’s cause increasing number of likes by their own by clicking again and again.
Just like fb we only click a post only one time per account