firestoreConsoleUrl static method

String firestoreConsoleUrl(
  1. String projectId
)

URL to view Firestore in the console.

Implementation

static String firestoreConsoleUrl(String projectId) =>
    'https://console.firebase.google.com/project/$projectId/firestore';