I have upgraded to Firebase Android libraries v11.4.2 to try out Firestore on my Android app. However, when I try to use FirebaseAuth to login with signInWithEmailAndPassword(), my app just hangs. I have confirmed with the debugger that the signInWithEmailAndPassword() call is made, but the callback is never called. I have also reverted back to v11.0.2 with no other code changes and it works as expected.
Has anyone else had this problem and how did you fix it?
Thanx in advance.