fireship-io / next-firebase-course

Next.js + Firebase - The Full Course
next-firebase-course-git-main.fireship.vercel.app
477 stars 218 forks source link

Heart button not working properly #33

Open rhngpt opened 1 year ago

rhngpt commented 1 year ago

image

The heart button is not working. The unheart button is showing up even though the signed in user has not liked the post.

vinit-masrani commented 1 year ago

I am getting the same issue. Were you able to solve it?

Bradley-Booth-Dev commented 7 months ago

Did you manage to solve this in the end? I'm hitting the same issue

Bradley-Booth-Dev commented 7 months ago

For anyone still trying, it's because

heartDoc?.exists

should be

heartDoc?.exists()