Open rhngpt opened 1 year ago
The heart button is not working. The unheart button is showing up even though the signed in user has not liked the post.
I am getting the same issue. Were you able to solve it?
Did you manage to solve this in the end? I'm hitting the same issue
For anyone still trying, it's because
heartDoc?.exists
should be
heartDoc?.exists()
The heart button is not working. The unheart button is showing up even though the signed in user has not liked the post.