static bool isValidProjectID(String projectId) { return RegExp(r'^[0-9a-fA-F]{32}$').hasMatch(projectId); }