Skip to content

Commit 8276ea8

Browse files
authored
Create remote_config_template.json (flutter#1134)
1 parent acc6630 commit 8276ea8

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"parameters": {
3+
"enable_free_swag": {
4+
"defaultValue": {
5+
"value": "false"
6+
},
7+
"description": "a feature flag to enable a free swag button within the application",
8+
"valueType": "BOOLEAN"
9+
},
10+
"event_date": {
11+
"defaultValue": {
12+
"value": "Oct 18, 2022"
13+
},
14+
"description": "a date for future conferences so we can reuse our application.",
15+
"valueType": "STRING"
16+
},
17+
"call_to_action": {
18+
"defaultValue": {
19+
"value": "Come enjoy pizza while attending a Firebase workshop!"
20+
},
21+
"description": "a message letting our community know what the upcoming session holds in store. A place for ML personalization to see what kind of messages land better with our users.",
22+
"valueType": "STRING"
23+
}
24+
},
25+
"version": {
26+
"versionNumber": "1",
27+
"updateTime": "2022-10-11T22:13:02.353916Z",
28+
"updateUser": {
29+
"email": "dash2sparky@gmail.com"
30+
},
31+
"updateOrigin": "CONSOLE",
32+
"updateType": "INCREMENTAL_UPDATE"
33+
}
34+
}

0 commit comments

Comments
 (0)