-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.firebaserc
More file actions
38 lines (38 loc) · 874 Bytes
/
Copy path.firebaserc
File metadata and controls
38 lines (38 loc) · 874 Bytes
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
{
"projects": {
"default": "quantified-self-io"
},
"targets": {
"quantified-self-io": {
"hosting": {
"production": [
"quantified-self-io"
],
"beta": [
"quantified-self-io-beta"
]
},
"storage": {
"production": [
"quantified-self-io"
]
}
},
"demo-test": {
"storage": {
"production": [
"demo-test.appspot.com"
]
}
}
},
"etags": {
"quantified-self-io": {
"extensionInstances": {
"delete-user-data": "f07ea5489590304318cab6a4f0f8e1b1ae7c3687ca94d8cde7a01abd2c1b3a23",
"firestore-send-email": "26c7d6166603a3394173c1ebef587e828902e462ff8b2667563b802fe2c26e52",
"firestore-stripe-payments": "27da818f1601db655fe2e541b0a3f9303427947633748c6cdb441ca62adf5b7e"
}
}
}
}