I am using following method : List<User> users = ChatSDK.contact().contacts(); i want to show list of all users in app . i have 8 users on my firebase user's list .But this method is returning empty array .
I am using following method :
List users = ChatSDK.contact().contacts();
i want to show list of all users in app . i have 8 users on my firebase user's list .But this method is returning empty array .