I’m trying to make a community page, using firebase and thunkable.
I created a group:
then I cloned it and edit data using firebase. Now output screen:
I want to add “When heart image clicked, set heart image to heart 2.”
but it only works for 1st group, not other cloned ones!
Blocks I used:
Now I want to know either of 2 things:
- How to apply “when image clicked” from group image/button features to clones too?
OR - How to make a community section for my app?
My plan:
- Get firebase data fetched, and display it like this.
- Load data like pages. (5 posts per page)
- Add a comment section INSIDE the post in firebase. (Or should I ask users to join Discord/Telegram if they want to discuss things?)
Please help me out!