-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheas.json
29 lines (29 loc) · 882 Bytes
/
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
{
"cli": {
"version": ">= 3.10.2",
"promptToConfigurePushNotifications": false
},
"build": {
"development": {
"env": {
"EXPO_PUBLIC_FIREBASE_apiKey": "AIzaSyD7ahq8Q3-p491LCaImwNW6IWv2co0gTMk",
"EXPO_PUBLIC_FIREBASE_authDomain": "bookit-7ba1f.firebaseapp.com",
"EXPO_PUBLIC_FIREBASE_projectId": "bookit-7ba1f",
"EXPO_PUBLIC_FIREBASE_storageBucket": "bookit-7ba1f.appspot.com",
"EXPO_PUBLIC_FIREBASE_messagingSenderId": "630454194977",
"EXPO_PUBLIC_FIREBASE_appId": "1:630454194977:web:0273f14e5c8f26b4ee6460",
"EXPO_PUBLIC_FIREBASE_measurementId": "G-WB21YP21WP"
},
"ios": {"image": "latest"},
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}