authDomainsConsoleUrl static method

String authDomainsConsoleUrl(
  1. String projectId
)

URL to the Authentication > Settings > Authorized domains tab.

Implementation

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