Facebook Firebase signing pop up issues

When using the facebook signin package in the app, even when i tap elsewhere on the screen and not on the ID field, the app navigates to the other page. Below is the function that is called when the sign in button is pressed. loginfb() async { try { final result = await InternetAddress.lookup('google.com'); if (result.isNotEmpty && result[0].rawAddress.isNotEmpty) { print('connected'); signInWithFacebook().whenComplete(() { createOdooContact(); ...

5 Nov 2019 ... When using the facebook signin package in the app, even when i tap elsewhere on the screen and not on the ID field, the app navigates to the ...

Lee mas