We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a4e34 commit c900c94Copy full SHA for c900c94
packages/flutterfire_cli/lib/src/firebase.dart
@@ -56,7 +56,6 @@ Future<bool> npxExists() async {
56
return _npxExistsCache = process.exitCode == 0;
57
}
58
59
-
60
/// Tries to read the default Firebase project id from the
61
/// .firbaserc file at the root of the dart project if it exists.
62
Future<String?> getDefaultFirebaseProjectId() async {
0 commit comments