We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5398a commit 3e2ff43Copy full SHA for 3e2ff43
1 file changed
publish/src/config/env.ts
@@ -20,11 +20,11 @@ export class ConfigValidator {
20
21
private static validateFirebaseConfig(): FirebaseConfig {
22
const required = [
23
- "CLIENT_ID",
24
- "PRIVATE_KEY",
25
- "CLIENT_EMAIL",
26
- "PRIVATE_KEY_ID",
27
- "CLIENT_CERT_URL",
+ "client_id",
+ "private_key",
+ "client_email",
+ "private_key_id",
+ "client_cert_url",
28
];
29
30
for (const key of required) {
0 commit comments