Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find other users, android #35

Open
Grimshire opened this issue Aug 14, 2019 · 0 comments
Open

Unable to find other users, android #35

Grimshire opened this issue Aug 14, 2019 · 0 comments

Comments

@Grimshire
Copy link

Chat21's activities load fine, but no other users appear when attempting to search in the search bar at the top of the contact activity.
My configuration:
`ChatManager.Configuration mChatConfiguration =
new ChatManager.Configuration.Builder("quicklore") //BuildConfig.APPLICATION_ID
.firebaseUrl(QuickloreConstants.configuredDatabaseUrl)
.storageBucket("lorebuilder-c1940.appspot.com")
.build();

    FirebaseUser currentUser = FirebaseAuth.getInstance().getCurrentUser();
    // assuming you have a login, check if the logged user (converted to IChatUser) is valid
    if (currentUser != null) {
        IChatUser iChatUser = new ChatUser();
        iChatUser.setId(currentUser.getUid());
        iChatUser.setEmail(currentUser.getEmail());
        ChatManager.start(_context, mChatConfiguration, iChatUser);`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant