chat-sdk / chat-sdk-android

Chat SDK Android - Open Source Mobile Messenger
https://chatsdk.co
Other
1.61k stars 612 forks source link

Supporting Firebase push notifications with error , #149

Closed ghost closed 7 years ago

ghost commented 7 years ago

io.reactivex.android.schedulers.AndroidSchedulers; import com.braunster.chatsdk.Utils.FileUploadResult; not exist

does not explain how to implement well, since you have to import a dependency to io.reactivex @bensmiley @itzikBraun

bensmiley commented 7 years ago

Try adding this to your build.gradle file:

    compile 'io.reactivex.rxjava2:rxjava:2.0.0'
    compile 'io.reactivex.rxjava2:rxandroid:2.0.0'
ghost commented 7 years ago

it does not work

bensmiley commented 7 years ago

Could you explain what doesn't work? Is there a crash? Could you post a stack trace?