Cannot reslove method 'subscribe'
Abadulrehman opened this issue · 1 comments
Abadulrehman commented
FrangSierra commented
It looks that you are importing RxFirebase to your gradle project, but you are not adding RxJava aswell. For that reason subscribe
method is not in your project.
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'io.reactivex.rxjava2:rxjava:2.0.8'