You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alexey Bukhtin edited this page Feb 12, 2020
·
10 revisions
1. Setup as a shared Client
Client.config =.init(apiKey:"<#ApiKey#>", appId:"<#AppId#>")
// Setup a Stream user, when your user was logged in.
Client.shared.setupUser(token: token){ _ in
// Do all your requests from here. Reload feeds and etc.
}