-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheas.json
50 lines (50 loc) · 1.49 KB
/
eas.json
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
43
44
45
46
47
48
49
50
{
"cli": {
"version": ">= 3.7.2"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"env": {
"API_KEY": "AIzaSyAMPfMOKusoA-j0Db-9Dt7sIO1J4eG0EJs",
"AUTH_DOMAIN": "desafio-hand-talk-eda57.firebaseapp.com",
"DATABASE_URL": "https://desafio-hand-talk-eda57-default-rtdb.firebaseio.com",
"PROJECT_ID": "desafio-hand-talk-eda57",
"STORAGE_BUCKET": "desafio-hand-talk-eda57.appspot.com",
"MESSAGING_SENDER_ID": "409031002150",
"APP_ID": "1:409031002150:web:2293553988d36707d83ee7",
"MEASUREMENT_ID": "G-2W8QPBH4GP",
},
"ios": {
"resourceClass": "m1-medium"
}
},
"preview": {
"distribution": "internal",
"channel": "preview",
"env": {
"API_KEY": "AIzaSyAMPfMOKusoA-j0Db-9Dt7sIO1J4eG0EJs",
"AUTH_DOMAIN": "desafio-hand-talk-eda57.firebaseapp.com",
"DATABASE_URL": "https://desafio-hand-talk-eda57-default-rtdb.firebaseio.com",
"PROJECT_ID": "desafio-hand-talk-eda57",
"STORAGE_BUCKET": "desafio-hand-talk-eda57.appspot.com",
"MESSAGING_SENDER_ID": "409031002150",
"APP_ID": "1:409031002150:web:2293553988d36707d83ee7",
"MEASUREMENT_ID": "G-2W8QPBH4GP",
},
"ios": {
"resourceClass": "m1-medium"
}
},
"production": {
"channel": "production",
"ios": {
"resourceClass": "m1-medium"
}
}
},
"submit": {
"production": {}
}
}