I have an app in which users can rate a photo... When it's time to RATE the PHOTO, I can choose a rating but when it's time for another PHOTO to come up it doesn't... It's the same PHOTO again and again regardless of the rating.
I've tried to query a list of rate/rated image paths. I've even tried the not in query along with the list of rate/rated image paths. But the problem is having another PHOTO/DOCUMENT show up after it's been rated. It's like I press a 5 rating and it reloads the same image again. And again. And again...
I understand you can achieve this by doing it by UID but if I do that just the user would show up and not their photos.
Does anyone have an idea how to fix this? .... or any advice in general