How to run Firebase auth function in Android in Background using RX?

27 views Asked by At

I want to run my check user function in background, and rx do it. but a result of callback works only in main thread. the picture down shows itenter image description here

Can i do all of the code with signInWith() and addOnCompleteListener() in background thread, created by rx?

0

There are 0 answers