-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
41 lines (40 loc) · 1.2 KB
/
app.json
File metadata and controls
41 lines (40 loc) · 1.2 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
{ "expo": {
"name": "new_menu",
"slug": "new_menu",
"version": "1.0.0",
"sdkVersion": "53.0.0",
"android": {
"package": "com.anonymous.new_menu",
"config": {
"googleMaps": {
"apiKey": "AIzaSyCXQGECD3R1TdxgmSf1pEToqHCCUZfI8to"
}
},
"googleServicesFile": "./android/app/google-services.json"
},
"web": {
"config": {
"redirectUri": "https://iot7-435d1.firebaseapp.com/__/auth/handler"
}
},
"projectId": "c5da13a1-2edd-442d-8a64-f63cc8521182",
"extra": {
"apiKey": "AIzaSyCiorzdOWoeLPptWAV7xm56TmdN8lLqL4c",
"authDomain": "iot7-435d1.firebaseapp.com",
"projectId": "iot7-435d1",
"storageBucket": "iot7-435d1.firebasestorage.app",
"messagingSenderId": "981339430588",
"appId": "1:981339430588:web:7b265ed5b76d038c7afab9",
"webClientId": "981339430588-ndvb7vp3eg9fp2l1tk1q4eu5pjp1s3mf.apps.googleusercontent.com",
"eas": {
"projectId": "c5da13a1-2edd-442d-8a64-f63cc8521182"
}
},
"runtimeVersion": "1.0.0",
"updates": {
"url": "https://u.expo.dev/c5da13a1-2edd-442d-8a64-f63cc8521182"
},
"ios": {},
"owner": "harami"
}
}