forked from firebase/firebase-admin-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetRemoteConfig.json
More file actions
59 lines (59 loc) · 1.36 KB
/
Copy pathgetRemoteConfig.json
File metadata and controls
59 lines (59 loc) · 1.36 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"conditions": [
{
"name": "ios_en",
"expression": "device.os == 'ios' && device.country in ['us', 'uk']",
"tagColor": "INDIGO"
},
{
"name": "android_en",
"expression": "device.os == 'android' && device.country in ['us', 'uk']"
}
],
"parameters": {
"welcome_message_text": {
"defaultValue": {
"value": "welcome to app"
},
"conditionalValues": {
"ios_en": {
"value": "welcome to app en"
}
},
"description": "text for welcome message!",
"valueType": "STRING"
},
"header_text": {
"defaultValue": {
"useInAppDefault": true
},
"valueType": "STRING"
}
},
"parameterGroups": {
"new menu": {
"description": "New Menu",
"parameters": {
"pumpkin_spice_season": {
"defaultValue": {
"value": "true"
},
"description": "Whether it's currently pumpkin spice season.",
"valueType": "BOOLEAN"
}
}
}
},
"version": {
"versionNumber": "17",
"updateOrigin": "ADMIN_SDK_NODE",
"updateType": "INCREMENTAL_UPDATE",
"updateUser": {
"email": "firebase-user@account.com",
"name": "dev-admin",
"imageUrl": "http://image.jpg"
},
"updateTime": "2020-11-15T06:57:26.342763941Z",
"description": "promo config"
}
}