Developed by Developer Samuel Akram © Follow me on instagram @samuelcodes or email me: dev.samakram@gmail.com
YouTube Tutorial: https://www.youtube.com/watch?v=Jk0ysdgE-AQ&list=PLKETiCsEsH0qat2OeP9KB5UmnVGN_sjwB
```
` Collection: Users
documentid: userid // the user who is loggedin
Collection: Posts
documentid: postid // a random id generated with the help of UUID
each post has a field that contains the list as value, this list contains
the usersids of users who have liked the post.
Collection: Follow
documentid: userid // the user who is loggedin
followingid: List of users I follow
```
- Navigation components
- Kotlin coroutines
- MVVM
- Recyclerview
- Firebase,Firestore, Firebasestorage