meavydev

Results 22 comments of meavydev

Actually I just realised there is code behind the assignment and the problem is that it uses: ``` GlobalScope.launch(Dispatchers.Main) { ``` Which is obviously a bad thing to do, as...

Actually as a quick hack I have taken a local copy of firebase-java-sdk and removed all the Dispatchers.Main in FirebaseAuth.kt and this has got me further. So it is being...