mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 04:29:40 +00:00
change the key
This commit is contained in:
@ -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'] ?? '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user