Samuel
Samuel
Strangely it works sometimes
you need something like this ` let indexes: [Any] = [bUserEmailKey] let promise = BChatSDK.search()?.users(forIndexes: indexes, withValue: "[email protected]", limit: 1, userAdded: { result in if let user = result {...
> The above looks good but every user doesn't have email they may be signIn with their social account or mobile no.All the user have firebaseID can we use that...
sorry about the previous example (i'm new to this framework) `fetchOrCreateThread` does not seem to sync with firebase try this approach let indexes: [Any] = [bUserEmailKey] let promUsers = BChatSDK.search()?.users(forIndexes:...