We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd02a01 commit dc42b7eCopy full SHA for dc42b7e
.example.env
@@ -1,3 +1,30 @@
1
# THOSE VALUES ARE EDITABLE ONLY VIA CLI
2
CLI_CEB_DEV=true
3
CLI_CEB_FIREFOX=false
4
+
5
6
7
8
+FIREBASE_PROJECT_ID=
9
10
+# Development Environment
11
+FIREBASE_PROJECT_ID_DEV=
12
+FIREBASE_API_KEY_DEV=
13
+FIREBASE_APP_ID_DEV=
14
+FIREBASE_MEASUREMENT_ID_DEV=
15
16
+FIREBASE_AUTH_DOMAIN_DEV=
17
+FIREBASE_STORAGE_BUCKET_DEV=
18
+FIREBASE_MESSAGING_SENDER_ID_DEV=
19
20
+# Production Environment
21
+FIREBASE_PROJECT_ID_PROD=
22
+FIREBASE_API_KEY_PROD=
23
+FIREBASE_APP_ID_PROD=
24
+FIREBASE_MEASUREMENT_ID_PROD=
25
+FIREBASE_AUTH_DOMAIN_PROD=
26
+FIREBASE_STORAGE_BUCKET_PROD=
27
+FIREBASE_MESSAGING_SENDER_ID_PROD=
28
29
+# Shared Configuration
30
+FIREBASE_SENDER_ID=
0 commit comments