Skip to content

Commit 43d2ef6

Browse files
committed
Automated generated snippets
1 parent e857e7a commit 43d2ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/config.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import 'package:flutter/foundation.dart';
22

33
// if you want to override the used projectID change this
4-
const PROJECT_ID = "";
4+
const PROJECT_ID = "<Your Project ID>";
55

66
String getProjectID() {
7-
if (PROJECT_ID.isNotEmpty) {
7+
if (PROJECT_ID.isNotEmpty && PROJECT_ID.startsWith("pro-")) {
88
return PROJECT_ID;
99
}
1010

0 commit comments

Comments
 (0)