Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heart button not working properly #33

Open
rhngpt opened this issue Sep 26, 2023 · 3 comments
Open

Heart button not working properly #33

rhngpt opened this issue Sep 26, 2023 · 3 comments

Comments

@rhngpt
Copy link

rhngpt commented Sep 26, 2023

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
Copy link

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

@Bradley-Booth-Dev
Copy link

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

@Bradley-Booth-Dev
Copy link

For anyone still trying, it's because

heartDoc?.exists

should be

heartDoc?.exists()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants