-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
42 lines (42 loc) · 1.17 KB
/
Copy patheas.json
File metadata and controls
42 lines (42 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"cli": {
"version": ">= 5.9.1"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development",
"android": {
"buildType": "apk"
}
},
"preview": {
"distribution": "internal",
"channel": "preview",
"android": {
"buildType": "apk"
}
},
"production": {
"channel": "production",
"android": {
"buildType": "apk"
},
"env": {
"EXPO_METRO_NO_MAIN_FIELD_OVERRIDE": "true",
"EXPO_PUBLIC_FIREBASE_API_KEY": "AIzaSyAN_M5QAjvMhvqTGRqYaarvmC3ikEkqxHI",
"EXPO_PUBLIC_FIREBASE_AUTH_DOMAIN": "reach-host.firebaseapp.com",
"EXPO_PUBLIC_FIREBASE_DATABASE_URL": "https://reach-host.firebaseio.com",
"EXPO_PUBLIC_FIREBASE_PROJECT_ID": "reach-host",
"EXPO_PUBLIC_FIREBASE_STORAGE_BUCKET": "reach-host.appspot.com",
"EXPO_PUBLIC_FIREBASE_MESSAGING_SENDER_ID": "482113450125",
"EXPO_PUBLIC_FIREBASE_APP_ID": "1:482113450125:web:8e9c794b2a768caf2832c4",
"EXPO_PUBLIC_FIREBASE_MEASUREMENT_ID": "G-QEH3LFTCQ5"
}
}
},
"submit": {
"production": {}
}
}