chat-sdk / chat-sdk-ios

Chat SDK iOS - Open Source Mobile Messenger
http://sdk.chat
Other
914 stars 275 forks source link

chatsdk on update gives error #439

Closed vijay2102 closed 4 years ago

vijay2102 commented 4 years ago

BChatSDK.shared.networkAdapter.socialLogin = [[BFirebaseSocialLoginHandler alloc] init];

bensmiley commented 4 years ago

We have removed social login support from the latest version of the Chat SDK. Since the social login APIs change very frequently and the libraries they use are very buggy, it became a big overhead to keep the social login working. Also, keeping the documentation up to date took a lot of time. Since Firebase UI already supports the same features, we decided to discontinue this feature. If you want to maintain it yourself, you are welcome to check out the code from the previous version and update the module to work with the latest Chat SDK version.