authProvidersConsoleUrl static method

String authProvidersConsoleUrl(
  1. String projectId
)

URL to the Authentication > Sign-in method tab in the Firebase Console.

Implementation

static String authProvidersConsoleUrl(String projectId) =>
    'https://console.firebase.google.com/project/$projectId/authentication/providers';