firebaseAuthenticationConsoleUrl static method

String firebaseAuthenticationConsoleUrl(
  1. String projectId
)

Implementation

static String firebaseAuthenticationConsoleUrl(String projectId) {
  return '$_firebaseConsoleBase/project/$projectId/authentication';
}