forked from chat21/chat21-cloud-functions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase-debug.log
More file actions
96 lines (89 loc) · 4.17 KB
/
firebase-debug.log
File metadata and controls
96 lines (89 loc) · 4.17 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[debug] [2018-01-12T10:16:09.253Z] ----------------------------------------------------------------------
[debug] [2018-01-12T10:16:09.256Z] Command: /usr/local/bin/node /usr/local/bin/firebase deploy
[debug] [2018-01-12T10:16:09.256Z] CLI Version: 3.16.0
[debug] [2018-01-12T10:16:09.256Z] Platform: darwin
[debug] [2018-01-12T10:16:09.256Z] Node Version: v6.11.3
[debug] [2018-01-12T10:16:09.257Z] Time: Fri Jan 12 2018 11:16:09 GMT+0100 (CET)
[debug] [2018-01-12T10:16:09.257Z] ----------------------------------------------------------------------
[debug]
[debug] [2018-01-12T10:16:09.269Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
[debug] [2018-01-12T10:16:09.269Z] > authorizing via signed-in user
[debug] [2018-01-12T10:16:09.272Z] >>> HTTP REQUEST GET https://admin.firebase.com/v1/projects/chat-v2-dev
Fri Jan 12 2018 11:16:09 GMT+0100 (CET)
[debug] [2018-01-12T10:16:11.835Z] <<< HTTP RESPONSE 200
[debug] [2018-01-12T10:16:11.836Z] >>> HTTP REQUEST GET https://admin.firebase.com/v1/database/chat-v2-dev/tokens
Fri Jan 12 2018 11:16:11 GMT+0100 (CET)
[debug] [2018-01-12T10:16:12.714Z] <<< HTTP RESPONSE 200
[info]
[info] === Deploying to 'chat-v2-dev'...
[info]
[info] i deploying database, functions, hosting
[info] i database: checking rules syntax...
[debug] [2018-01-12T10:16:14.257Z] >>> HTTP REQUEST PUT https://chat-v2-dev.firebaseio.com/.settings/rules.json?dryRun=true
{
"rules": {
"apps": {
"$app_id": {
"contacts": {
"$uid":{
".read": "auth != null",
".write": "$uid === auth.uid"
}
},
"groups":{
".read": false,
".write": true
},
"presence": {
"$uid":{
".read": "auth != null",
".write": "$uid === auth.uid"
}
},
"users":{
"$uid":{
".read": "$uid === auth.uid",
".write": "$uid === auth.uid",
"messages" : {
"$message_id":{
".validate": "(!newData.hasChildren(['status']) || ( newData.hasChildren(['status']) && newData.child('status').isNumber() && newData.child('status').val()==200) )"
}
}
}
}
}
}
}
}
Fri Jan 12 2018 11:16:14 GMT+0100 (CET)
[debug] [2018-01-12T10:16:14.982Z] <<< HTTP RESPONSE 200
[info] ✔ database: rules syntax for database chat-v2-dev is valid
[debug] [2018-01-12T10:16:14.985Z] > [functions] package.json contents: {
"name": "functions",
"description": "Cloud Functions for Firebase",
"scripts": {
"serve": "firebase serve --only functions",
"shell": "firebase experimental:functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"dependencies": {
"firebase-admin": "~5.4.2",
"firebase-functions": "^0.7.1"
},
"private": true
}
[info] i functions: ensuring necessary APIs are enabled...
[debug] [2018-01-12T10:16:14.986Z] >>> HTTP REQUEST GET https://servicemanagement.googleapis.com/v1/services/cloudfunctions.googleapis.com/projectSettings/chat-v2-dev?view=CONSUMER_VIEW
Fri Jan 12 2018 11:16:14 GMT+0100 (CET)
[debug] [2018-01-12T10:16:14.987Z] >>> HTTP REQUEST GET https://servicemanagement.googleapis.com/v1/services/runtimeconfig.googleapis.com/projectSettings/chat-v2-dev?view=CONSUMER_VIEW
Fri Jan 12 2018 11:16:14 GMT+0100 (CET)
[debug] [2018-01-12T10:16:16.202Z] <<< HTTP RESPONSE 200
[info] ✔ functions: all necessary APIs are enabled
[debug] [2018-01-12T10:16:16.263Z] <<< HTTP RESPONSE 200
[debug] [2018-01-12T10:16:16.264Z] >>> HTTP REQUEST GET https://appengine.googleapis.com/v1/apps/chat-v2-dev
Fri Jan 12 2018 11:16:16 GMT+0100 (CET)
[debug] [2018-01-12T10:16:16.264Z] >>> HTTP REQUEST GET https://apikeys.googleapis.com/v1/projects/chat-v2-dev/apiKeys
Fri Jan 12 2018 11:16:16 GMT+0100 (CET)
[debug] [2018-01-12T10:16:17.305Z] <<< HTTP RESPONSE 200