I’ve created an app that is like some sort of social media type app.
My app features are :
- Google Login system (Using Firebase).
- Here users can post images/videos, text, links.
- When any link (while Including HTTP) is typed in the text box, it automatically generates “Thumbnail” & “Title”, “Description” of that link.
- When posted, all this data are going to be saved into firebase.
Here is my whole project file :
Link.aia (376.4 KB)
Its “open source” anyone can use it.
!!! But I need some help from the community too, plz help me solve them. Here are the things where I need help ----
- I want to add a like/react button & like/react counter. (A user can only like/react for once only)
- A Comment system for every post.
- And lastly I want posts to be shown chronologically from latest to old.
Don’t get me wrong I’m a newbie in this field. I’m continuously learning new things and applying them to my projects. Help me. Thanks in advance.