https://kotlinlang.org logo
Title
u

user

07/23/2022, 7:01 AM
This suspend function is taking very long time to execute ,How can I optimize this? I am writing code to get newsfeed from database and to show this feed in UI . This is my Firestore database structure users->uniqueUserId |-->UsersProfileInfo--->Profile(document) |-->FeedNewsFeed |--->unique documents for each newsfeed |--->unique documents for each newsfeed |--->unique documents for each newsfeed to get each news feed from every users in my user collection I have to write nested...