Mothod always returns false from Firestore DB query
问题 I have a method that checks if a list contains a user or not. For some reason it always returns false, even though the user is in the list. The function does work, I know it does find the user, just not sure why it doesn't return anything else but false . I know it works because I have another method with this code snippet in to check if the user is in the list and remove or add them. That works so I know it is pulling the list. Method: fun checkUserChatChannel(channelId: String): Boolean {