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 it
Can i do all of the code with signInWith() and addOnCompleteListener() in background thread, created by rx?