-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (43 loc) · 1.19 KB
/
app.json
File metadata and controls
43 lines (43 loc) · 1.19 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
43
{
"expo": {
"name": "FJUG",
"slug": "fjug",
"version": "1.0.0",
"privacy": "unlisted",
"userInterfaceStyle": "automatic",
"primaryColor": "#ffab40",
"icon": "./assets/images/icon.png",
"splash": {
"image": "./assets/images/splash.png",
"backgroundColor": "#ffab40"
},
"androidStatusBar": {
"backgroundColor": "#c56000",
"translucent": false
},
"android": {
"package": "asia.firebase",
"versionCode": 1,
"googleServicesFile": "./config/prod/google-services.json"
},
"ios": {
"bundleIdentifier": "asia.firebase",
"buildNumber": "1.0.0",
"googleServicesFile": "./config/prod/GoogleService-Info.plist"
},
"web": {
"config": {
"firebase": {
"apiKey": "AIzaSyDDkdnaYz1BPVKtncoS1qdbXsby7uy6L2I",
"authDomain": "firejpug.firebaseapp.com",
"databaseURL": "https://firejpug.firebaseio.com",
"projectId": "firejpug",
"storageBucket": "firejpug.appspot.com",
"messagingSenderId": "672500308592",
"appId": "1:672500308592:web:9c125499661a632a",
"measurementId": "G-QGWN9Y50ET"
}
}
}
}
}