change the key

This commit is contained in:
mohammad
2025-02-12 12:06:00 +03:00
parent efed5f55a7
commit 36dfe2c85e
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
import 'package:flutter_dotenv/flutter_dotenv.dart';
class TempConst {
static String projectIdDev = dotenv.env['projectId'] ?? '';
static String projectIdDev = dotenv.env['PROJECT_ID'] ?? '';
}