How can I perform firebase authentication with facebook in flutter ...

You have to use credential final result = await facebookLogin. logInWithReadPermissions(['email']); switch (result.status) { case ...

Lee mas